aspose_pdf_cloud 20.12.0 → 21.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Examples/delete_annotation.rb +22 -0
- data/Examples/delete_document_annotations.rb +18 -0
- data/Examples/delete_page_annotations.rb +17 -0
- data/Examples/example_data/PdfWithAnnotations.pdf +0 -0
- data/Examples/get_carret_annotation.rb +20 -0
- data/Examples/get_circle_annotation.rb +21 -0
- data/Examples/get_circle_annotations.rb +17 -0
- data/Examples/get_document_annotations.rb +15 -0
- data/Examples/get_document_free_text_annotations.rb +17 -0
- data/Examples/get_document_highlight_annotations.rb +16 -0
- data/Examples/get_document_ink_annotations.rb +15 -0
- data/Examples/get_document_line_annotations.rb +16 -0
- data/Examples/get_document_movie_annotations.rb +16 -0
- data/Examples/get_document_polygon_annotations.rb +16 -0
- data/Examples/get_document_polyline_annotations.rb +17 -0
- data/Examples/get_document_popup_annotation_by_parent.rb +17 -0
- data/Examples/get_document_popup_annotations.rb +16 -0
- data/Examples/get_document_redaction_annotations.rb +16 -0
- data/Examples/get_document_screen_annotations.rb +17 -0
- data/Examples/get_document_sound_annotations.rb +18 -0
- data/Examples/get_document_squiggly_annotations.rb +18 -0
- data/Examples/get_document_stamp_annotations.rb +17 -0
- data/Examples/get_document_strike_out_annotation.rb +17 -0
- data/Examples/get_document_text_annotations.rb +17 -0
- data/Examples/get_document_underline_annotations.rb +17 -0
- data/Examples/get_documnet_carret_annotation.rb +17 -0
- data/Examples/get_file_attachment_annotation.rb +21 -0
- data/Examples/get_file_attachment_annotation_data.rb +21 -0
- data/Examples/get_file_attachment_annotations.rb +19 -0
- data/Examples/get_free_text_annotation.rb +20 -0
- data/Examples/get_hightlight_annotations.rb +20 -0
- data/Examples/get_ink_annotation.rb +21 -0
- data/Examples/get_line_annotation.rb +20 -0
- data/Examples/get_movie_annotation.rb +20 -0
- data/Examples/get_page_annotations.rb +19 -0
- data/Examples/get_page_carret_annotations.rb +17 -0
- data/Examples/get_page_file_attachment_annotations.rb +19 -0
- data/Examples/get_page_free_text_annotations.rb +18 -0
- data/Examples/get_page_highlight_annotations.rb +18 -0
- data/Examples/get_page_ink_annotations.rb +17 -0
- data/Examples/get_page_line_annotations.rb +17 -0
- data/Examples/get_page_movie_annotations.rb +18 -0
- data/Examples/get_page_polygon_annotations.rb +18 -0
- data/Examples/get_page_polyline_annotations.rb +21 -0
- data/Examples/get_page_redaction_annotations.rb +17 -0
- data/Examples/get_page_screen_annotations.rb +19 -0
- data/Examples/get_page_sound_annotations.rb +20 -0
- data/Examples/get_page_square_annotations.rb +18 -0
- data/Examples/get_page_squiggly_annotations.rb +17 -0
- data/Examples/get_page_stamp_annotations.rb +17 -0
- data/Examples/get_page_strikeout_annotations.rb +17 -0
- data/Examples/get_page_text_annotations.rb +17 -0
- data/Examples/get_page_underline_annotations.rb +17 -0
- data/Examples/get_polygon_annotation.rb +20 -0
- data/Examples/get_polyline_annotation.rb +22 -0
- data/Examples/get_redaction_annotation.rb +19 -0
- data/Examples/get_screen_annotation.rb +22 -0
- data/Examples/get_screen_annotation_data.rb +19 -0
- data/Examples/get_screen_annotations.rb +21 -0
- data/Examples/get_sound_annotation.rb +25 -0
- data/Examples/get_sound_annotation_data.rb +19 -0
- data/Examples/get_square_annotation.rb +19 -0
- data/Examples/get_squiggly_annotation.rb +19 -0
- data/Examples/get_stamp_annotation.rb +20 -0
- data/Examples/get_stamp_annotation_data.rb +20 -0
- data/Examples/get_strike_out_annotation.rb +19 -0
- data/Examples/get_text_annotation.rb +19 -0
- data/Examples/get_underline_annotation.rb +19 -0
- data/Examples/post_page_carret_annotations.rb +28 -0
- data/Examples/post_page_circle_annotations.rb +27 -0
- data/Examples/post_page_file_attachnment_annotations.rb +38 -0
- data/Examples/post_page_free_text_annotations.rb +35 -0
- data/Examples/post_page_hightlight_annotations.rb +32 -0
- data/Examples/post_page_ink_annotations.rb +39 -0
- data/Examples/post_page_line_annotations.rb +28 -0
- data/Examples/post_page_movie_annotations.rb +30 -0
- data/Examples/post_page_polygon_annotations.rb +33 -0
- data/Examples/post_page_polyline_annotations.rb +35 -0
- data/Examples/post_page_redaction_annotations.rb +28 -0
- data/Examples/post_page_screen_annotations.rb +31 -0
- data/Examples/post_page_sound_annotations.rb +35 -0
- data/Examples/post_page_square_annotations.rb +27 -0
- data/Examples/post_page_squiggly_annotations.rb +33 -0
- data/Examples/post_page_stamp_annotations.rb +34 -0
- data/Examples/post_page_strike_out_annotation.rb +33 -0
- data/Examples/post_page_text_annotations.rb +26 -0
- data/Examples/post_page_underline_annotations.rb +33 -0
- data/Examples/post_popup_annotation.rb +25 -0
- data/Examples/put_annotations_flatten.rb +20 -0
- data/Examples/put_carret_annotation.rb +30 -0
- data/Examples/put_circle_annotation.rb +29 -0
- data/Examples/put_file_attachment_annotation.rb +38 -0
- data/Examples/put_file_attachment_annotion_data_extract.rb +21 -0
- data/Examples/put_free_text_annotation.rb +38 -0
- data/Examples/put_highlight_annotation.rb +34 -0
- data/Examples/put_ink_annotation.rb +41 -0
- data/Examples/put_line_annotation.rb +30 -0
- data/Examples/put_movie_annotation.rb +31 -0
- data/Examples/put_polygon_annotation.rb +35 -0
- data/Examples/put_polyline_annotation.rb +36 -0
- data/Examples/put_redaction_annotation.rb +31 -0
- data/Examples/put_screen_annotation.rb +33 -0
- data/Examples/put_screen_annotation_data_extract.rb +19 -0
- data/Examples/put_sound_annotation.rb +42 -0
- data/Examples/put_sound_annotation_data_extract.rb +20 -0
- data/Examples/put_square_annotation.rb +28 -0
- data/Examples/put_squiggly_annotation.rb +35 -0
- data/Examples/put_stamp_annotation.rb +35 -0
- data/Examples/put_strike_out_annotation.rb +35 -0
- data/Examples/put_text_annotation.rb +29 -0
- data/Examples/put_underline_annotation.rb +35 -0
- data/README.md +71 -51
- data/aspose_pdf_cloud.gemspec +53 -53
- data/docs/PdfApi.md +6 -102
- data/docs/TextReplace.md +1 -1
- data/lib/aspose_pdf_cloud/api/pdf_api.rb +29142 -29427
- data/lib/aspose_pdf_cloud/api_client.rb +1 -1
- data/lib/aspose_pdf_cloud/api_error.rb +47 -47
- data/lib/aspose_pdf_cloud/configuration.rb +172 -172
- data/lib/aspose_pdf_cloud/models/annotation.rb +318 -318
- data/lib/aspose_pdf_cloud/models/annotation_flags.rb +53 -53
- data/lib/aspose_pdf_cloud/models/annotation_info.rb +333 -333
- data/lib/aspose_pdf_cloud/models/annotation_state.rb +50 -50
- data/lib/aspose_pdf_cloud/models/annotation_type.rb +70 -70
- data/lib/aspose_pdf_cloud/models/annotations_info.rb +213 -213
- data/lib/aspose_pdf_cloud/models/annotations_info_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/antialiasing_processing_type.rb +44 -44
- data/lib/aspose_pdf_cloud/models/aspose_response.rb +214 -214
- data/lib/aspose_pdf_cloud/models/attachment.rb +276 -276
- data/lib/aspose_pdf_cloud/models/attachment_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/attachments.rb +213 -213
- data/lib/aspose_pdf_cloud/models/attachments_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/bookmark.rb +361 -361
- data/lib/aspose_pdf_cloud/models/bookmark_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/bookmarks.rb +213 -213
- data/lib/aspose_pdf_cloud/models/bookmarks_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/border.rb +249 -249
- data/lib/aspose_pdf_cloud/models/border_corner_style.rb +44 -44
- data/lib/aspose_pdf_cloud/models/border_effect.rb +44 -44
- data/lib/aspose_pdf_cloud/models/border_info.rb +239 -239
- data/lib/aspose_pdf_cloud/models/border_style.rb +47 -47
- data/lib/aspose_pdf_cloud/models/box_style.rb +48 -48
- data/lib/aspose_pdf_cloud/models/cap_style.rb +44 -44
- data/lib/aspose_pdf_cloud/models/caption_position.rb +44 -44
- data/lib/aspose_pdf_cloud/models/caret_annotation.rb +378 -378
- data/lib/aspose_pdf_cloud/models/caret_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/caret_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/caret_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/caret_symbol.rb +44 -44
- data/lib/aspose_pdf_cloud/models/cell.rb +353 -353
- data/lib/aspose_pdf_cloud/models/cell_recognized.rb +209 -209
- data/lib/aspose_pdf_cloud/models/check_box_field.rb +455 -455
- data/lib/aspose_pdf_cloud/models/check_box_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/check_box_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/check_box_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/choice_field.rb +418 -418
- data/lib/aspose_pdf_cloud/models/circle_annotation.rb +378 -378
- data/lib/aspose_pdf_cloud/models/circle_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/circle_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/circle_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/color.rb +249 -249
- data/lib/aspose_pdf_cloud/models/color_depth.rb +46 -46
- data/lib/aspose_pdf_cloud/models/column_adjustment.rb +45 -45
- data/lib/aspose_pdf_cloud/models/combo_box_field.rb +460 -460
- data/lib/aspose_pdf_cloud/models/combo_box_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/combo_box_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/combo_box_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/common_figure_annotation.rb +378 -378
- data/lib/aspose_pdf_cloud/models/compression_type.rb +47 -47
- data/lib/aspose_pdf_cloud/models/crypto_algorithm.rb +46 -46
- data/lib/aspose_pdf_cloud/models/dash.rb +219 -219
- data/lib/aspose_pdf_cloud/models/default_page_config.rb +209 -209
- data/lib/aspose_pdf_cloud/models/direction.rb +44 -44
- data/lib/aspose_pdf_cloud/models/disc_usage.rb +219 -219
- data/lib/aspose_pdf_cloud/models/display_properties.rb +291 -291
- data/lib/aspose_pdf_cloud/models/display_properties_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/doc_format.rb +44 -44
- data/lib/aspose_pdf_cloud/models/doc_mdp_access_permission_type.rb +45 -45
- data/lib/aspose_pdf_cloud/models/doc_recognition_mode.rb +44 -44
- data/lib/aspose_pdf_cloud/models/document.rb +231 -231
- data/lib/aspose_pdf_cloud/models/document_config.rb +234 -234
- data/lib/aspose_pdf_cloud/models/document_page_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/document_pages_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/document_privilege.rb +299 -299
- data/lib/aspose_pdf_cloud/models/document_properties.rb +213 -213
- data/lib/aspose_pdf_cloud/models/document_properties_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/document_property.rb +236 -236
- data/lib/aspose_pdf_cloud/models/document_property_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/document_response.rb +236 -236
- data/lib/aspose_pdf_cloud/models/epub_recognition_mode.rb +45 -45
- data/lib/aspose_pdf_cloud/models/error.rb +229 -229
- data/lib/aspose_pdf_cloud/models/error_details.rb +214 -214
- data/lib/aspose_pdf_cloud/models/field.rb +260 -260
- data/lib/aspose_pdf_cloud/models/field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/field_type.rb +46 -46
- data/lib/aspose_pdf_cloud/models/fields.rb +218 -218
- data/lib/aspose_pdf_cloud/models/fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation.rb +408 -408
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/file_icon.rb +46 -46
- data/lib/aspose_pdf_cloud/models/file_version.rb +274 -274
- data/lib/aspose_pdf_cloud/models/file_versions.rb +201 -201
- data/lib/aspose_pdf_cloud/models/files_list.rb +201 -201
- data/lib/aspose_pdf_cloud/models/files_upload_result.rb +213 -213
- data/lib/aspose_pdf_cloud/models/font_encoding_rules.rb +44 -44
- data/lib/aspose_pdf_cloud/models/font_saving_modes.rb +46 -46
- data/lib/aspose_pdf_cloud/models/font_styles.rb +46 -46
- data/lib/aspose_pdf_cloud/models/form_field.rb +398 -398
- data/lib/aspose_pdf_cloud/models/free_text_annotation.rb +403 -403
- data/lib/aspose_pdf_cloud/models/free_text_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/free_text_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/free_text_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/free_text_intent.rb +45 -45
- data/lib/aspose_pdf_cloud/models/graph_info.rb +301 -301
- data/lib/aspose_pdf_cloud/models/highlight_annotation.rb +370 -370
- data/lib/aspose_pdf_cloud/models/highlight_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/highlight_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/highlight_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/horizontal_alignment.rb +46 -46
- data/lib/aspose_pdf_cloud/models/html_document_type.rb +44 -44
- data/lib/aspose_pdf_cloud/models/html_markup_generation_modes.rb +44 -44
- data/lib/aspose_pdf_cloud/models/image.rb +266 -266
- data/lib/aspose_pdf_cloud/models/image_compression_version.rb +45 -45
- data/lib/aspose_pdf_cloud/models/image_encoding.rb +46 -46
- data/lib/aspose_pdf_cloud/models/image_footer.rb +341 -341
- data/lib/aspose_pdf_cloud/models/image_fragment.rb +283 -283
- data/lib/aspose_pdf_cloud/models/image_header.rb +341 -341
- data/lib/aspose_pdf_cloud/models/image_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/image_src_type.rb +44 -44
- data/lib/aspose_pdf_cloud/models/image_stamp.rb +361 -361
- data/lib/aspose_pdf_cloud/models/image_template.rb +301 -301
- data/lib/aspose_pdf_cloud/models/image_templates_request.rb +231 -231
- data/lib/aspose_pdf_cloud/models/images.rb +213 -213
- data/lib/aspose_pdf_cloud/models/images_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/ink_annotation.rb +380 -380
- data/lib/aspose_pdf_cloud/models/ink_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/ink_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/ink_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/justification.rb +45 -45
- data/lib/aspose_pdf_cloud/models/letters_positioning_methods.rb +44 -44
- data/lib/aspose_pdf_cloud/models/line_annotation.rb +488 -488
- data/lib/aspose_pdf_cloud/models/line_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/line_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/line_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/line_ending.rb +52 -52
- data/lib/aspose_pdf_cloud/models/line_intent.rb +45 -45
- data/lib/aspose_pdf_cloud/models/line_spacing.rb +44 -44
- data/lib/aspose_pdf_cloud/models/link.rb +229 -229
- data/lib/aspose_pdf_cloud/models/link_action_type.rb +48 -48
- data/lib/aspose_pdf_cloud/models/link_annotation.rb +294 -294
- data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/link_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/link_element.rb +201 -201
- data/lib/aspose_pdf_cloud/models/link_highlighting_mode.rb +47 -47
- data/lib/aspose_pdf_cloud/models/list_box_field.rb +462 -462
- data/lib/aspose_pdf_cloud/models/list_box_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/list_box_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/list_box_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/margin_info.rb +229 -229
- data/lib/aspose_pdf_cloud/models/markup_annotation.rb +358 -358
- data/lib/aspose_pdf_cloud/models/merge_documents.rb +206 -206
- data/lib/aspose_pdf_cloud/models/movie_annotation.rb +348 -348
- data/lib/aspose_pdf_cloud/models/movie_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/movie_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/movie_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/object_exist.rb +219 -219
- data/lib/aspose_pdf_cloud/models/optimize_options.rb +319 -319
- data/lib/aspose_pdf_cloud/models/option.rb +229 -229
- data/lib/aspose_pdf_cloud/models/output_format.rb +44 -44
- data/lib/aspose_pdf_cloud/models/page.rb +236 -236
- data/lib/aspose_pdf_cloud/models/page_layout.rb +49 -49
- data/lib/aspose_pdf_cloud/models/page_mode.rb +48 -48
- data/lib/aspose_pdf_cloud/models/page_number_stamp.rb +351 -351
- data/lib/aspose_pdf_cloud/models/page_word_count.rb +219 -219
- data/lib/aspose_pdf_cloud/models/pages.rb +213 -213
- data/lib/aspose_pdf_cloud/models/paragraph.rb +316 -316
- data/lib/aspose_pdf_cloud/models/parts_embedding_modes.rb +45 -45
- data/lib/aspose_pdf_cloud/models/pdf_a_type.rb +45 -45
- data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +351 -351
- data/lib/aspose_pdf_cloud/models/permissions_flags.rb +50 -50
- data/lib/aspose_pdf_cloud/models/point.rb +219 -219
- data/lib/aspose_pdf_cloud/models/poly_annotation.rb +415 -415
- data/lib/aspose_pdf_cloud/models/poly_intent.rb +46 -46
- data/lib/aspose_pdf_cloud/models/poly_line_annotation.rb +415 -415
- data/lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/poly_line_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/poly_line_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/polygon_annotation.rb +415 -415
- data/lib/aspose_pdf_cloud/models/polygon_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/polygon_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/polygon_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/popup_annotation.rb +328 -328
- data/lib/aspose_pdf_cloud/models/popup_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/popup_annotation_with_parent.rb +338 -338
- data/lib/aspose_pdf_cloud/models/popup_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/popup_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/position.rb +219 -219
- data/lib/aspose_pdf_cloud/models/radio_button_field.rb +452 -452
- data/lib/aspose_pdf_cloud/models/radio_button_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/radio_button_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/radio_button_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/radio_button_option_field.rb +418 -418
- data/lib/aspose_pdf_cloud/models/raster_images_saving_modes.rb +45 -45
- data/lib/aspose_pdf_cloud/models/rectangle.rb +249 -249
- data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +380 -380
- data/lib/aspose_pdf_cloud/models/redaction_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/redaction_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/redaction_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/rotation.rb +46 -46
- data/lib/aspose_pdf_cloud/models/row.rb +306 -306
- data/lib/aspose_pdf_cloud/models/row_recognized.rb +211 -211
- data/lib/aspose_pdf_cloud/models/screen_annotation.rb +338 -338
- data/lib/aspose_pdf_cloud/models/screen_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/screen_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/screen_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/segment.rb +233 -233
- data/lib/aspose_pdf_cloud/models/shape_type.rb +45 -45
- data/lib/aspose_pdf_cloud/models/signature.rb +388 -388
- data/lib/aspose_pdf_cloud/models/signature_custom_appearance.rb +329 -329
- data/lib/aspose_pdf_cloud/models/signature_field.rb +408 -408
- data/lib/aspose_pdf_cloud/models/signature_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/signature_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/signature_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/signature_type.rb +45 -45
- data/lib/aspose_pdf_cloud/models/signature_verify_response.rb +229 -229
- data/lib/aspose_pdf_cloud/models/sound_annotation.rb +442 -442
- data/lib/aspose_pdf_cloud/models/sound_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/sound_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/sound_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/sound_encoding.rb +46 -46
- data/lib/aspose_pdf_cloud/models/sound_icon.rb +44 -44
- data/lib/aspose_pdf_cloud/models/split_result.rb +201 -201
- data/lib/aspose_pdf_cloud/models/split_result_document.rb +244 -244
- data/lib/aspose_pdf_cloud/models/split_result_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/square_annotation.rb +378 -378
- data/lib/aspose_pdf_cloud/models/square_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/square_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/square_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/squiggly_annotation.rb +370 -370
- data/lib/aspose_pdf_cloud/models/squiggly_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/squiggly_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/squiggly_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/stamp.rb +414 -414
- data/lib/aspose_pdf_cloud/models/stamp_annotation.rb +388 -388
- data/lib/aspose_pdf_cloud/models/stamp_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/stamp_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/stamp_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/stamp_base.rb +281 -281
- data/lib/aspose_pdf_cloud/models/stamp_icon.rb +56 -56
- data/lib/aspose_pdf_cloud/models/stamp_info.rb +276 -276
- data/lib/aspose_pdf_cloud/models/stamp_type.rb +46 -46
- data/lib/aspose_pdf_cloud/models/stamps_info.rb +213 -213
- data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/storage_exist.rb +204 -204
- data/lib/aspose_pdf_cloud/models/storage_file.rb +249 -249
- data/lib/aspose_pdf_cloud/models/strike_out_annotation.rb +370 -370
- data/lib/aspose_pdf_cloud/models/strike_out_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/strike_out_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/strike_out_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/table.rb +438 -438
- data/lib/aspose_pdf_cloud/models/table_broken.rb +45 -45
- data/lib/aspose_pdf_cloud/models/table_recognized.rb +243 -243
- data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/tables_recognized.rb +213 -213
- data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_annotation.rb +388 -388
- data/lib/aspose_pdf_cloud/models/text_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/text_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_box_field.rb +458 -458
- data/lib/aspose_pdf_cloud/models/text_box_field_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_box_fields.rb +213 -213
- data/lib/aspose_pdf_cloud/models/text_box_fields_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_footer.rb +341 -341
- data/lib/aspose_pdf_cloud/models/text_header.rb +341 -341
- data/lib/aspose_pdf_cloud/models/text_horizontal_alignment.rb +48 -48
- data/lib/aspose_pdf_cloud/models/text_icon.rb +53 -53
- data/lib/aspose_pdf_cloud/models/text_line.rb +216 -216
- data/lib/aspose_pdf_cloud/models/text_rect.rb +269 -269
- data/lib/aspose_pdf_cloud/models/text_rects.rb +201 -201
- data/lib/aspose_pdf_cloud/models/text_rects_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/text_replace.rb +268 -292
- data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +236 -236
- data/lib/aspose_pdf_cloud/models/text_replace_response.rb +229 -229
- data/lib/aspose_pdf_cloud/models/text_stamp.rb +361 -361
- data/lib/aspose_pdf_cloud/models/text_state.rb +259 -259
- data/lib/aspose_pdf_cloud/models/text_style.rb +244 -244
- data/lib/aspose_pdf_cloud/models/timestamp_settings.rb +209 -209
- data/lib/aspose_pdf_cloud/models/underline_annotation.rb +370 -370
- data/lib/aspose_pdf_cloud/models/underline_annotation_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/underline_annotations.rb +213 -213
- data/lib/aspose_pdf_cloud/models/underline_annotations_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/vertical_alignment.rb +46 -46
- data/lib/aspose_pdf_cloud/models/word_count.rb +200 -200
- data/lib/aspose_pdf_cloud/models/word_count_response.rb +224 -224
- data/lib/aspose_pdf_cloud/models/wrap_mode.rb +45 -45
- data/lib/aspose_pdf_cloud/version.rb +24 -24
- data/lib/aspose_pdf_cloud.rb +325 -326
- data/test/pdf_tests.rb +1 -1
- data/test_data/FormDataXfdf_in.xfdf +21 -21
- data/test_data/TexExample.tex +304 -304
- data/test_data/sample.tex +105 -105
- metadata +117 -9
- data/docs/ApiInfo.md +0 -10
- data/lib/aspose_pdf_cloud/models/api_info.rb +0 -209
@@ -1,6 +1,6 @@
|
|
1
1
|
=begin
|
2
2
|
--------------------------------------------------------------------------------------------------------------------
|
3
|
-
|
3
|
+
Copyright (c) 2021 Aspose.PDF Cloud
|
4
4
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
5
|
of this software and associated documentation files (the "Software"), to deal
|
6
6
|
in the Software without restriction, including without limitation the rights
|
@@ -1,47 +1,47 @@
|
|
1
|
-
=begin
|
2
|
-
--------------------------------------------------------------------------------------------------------------------
|
3
|
-
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
-
of this software and associated documentation files (the "Software"), to deal
|
6
|
-
in the Software without restriction, including without limitation the rights
|
7
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
-
copies of the Software, and to permit persons to whom the Software is
|
9
|
-
furnished to do so, subject to the following conditions:
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
11
|
-
copies or substantial portions of the Software.
|
12
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
-
SOFTWARE.
|
19
|
-
--------------------------------------------------------------------------------------------------------------------
|
20
|
-
=end
|
21
|
-
|
22
|
-
module AsposePdfCloud
|
23
|
-
class ApiError < StandardError
|
24
|
-
attr_reader :code, :response_headers, :response_body
|
25
|
-
|
26
|
-
# Usage examples:
|
27
|
-
# ApiError.new
|
28
|
-
# ApiError.new("message")
|
29
|
-
# ApiError.new(:code => 500, :response_headers => {}, :response_body => "")
|
30
|
-
# ApiError.new(:code => 404, :message => "Not Found")
|
31
|
-
def initialize(arg = nil)
|
32
|
-
if arg.is_a? Hash
|
33
|
-
if arg.key?(:message) || arg.key?('message')
|
34
|
-
super(arg[:message] || arg['message'])
|
35
|
-
else
|
36
|
-
super arg
|
37
|
-
end
|
38
|
-
|
39
|
-
arg.each do |k, v|
|
40
|
-
instance_variable_set "@#{k}", v
|
41
|
-
end
|
42
|
-
else
|
43
|
-
super arg
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
1
|
+
=begin
|
2
|
+
--------------------------------------------------------------------------------------------------------------------
|
3
|
+
Copyright (c) 2021 Aspose.PDF Cloud
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
6
|
+
in the Software without restriction, including without limitation the rights
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
SOFTWARE.
|
19
|
+
--------------------------------------------------------------------------------------------------------------------
|
20
|
+
=end
|
21
|
+
|
22
|
+
module AsposePdfCloud
|
23
|
+
class ApiError < StandardError
|
24
|
+
attr_reader :code, :response_headers, :response_body
|
25
|
+
|
26
|
+
# Usage examples:
|
27
|
+
# ApiError.new
|
28
|
+
# ApiError.new("message")
|
29
|
+
# ApiError.new(:code => 500, :response_headers => {}, :response_body => "")
|
30
|
+
# ApiError.new(:code => 404, :message => "Not Found")
|
31
|
+
def initialize(arg = nil)
|
32
|
+
if arg.is_a? Hash
|
33
|
+
if arg.key?(:message) || arg.key?('message')
|
34
|
+
super(arg[:message] || arg['message'])
|
35
|
+
else
|
36
|
+
super arg
|
37
|
+
end
|
38
|
+
|
39
|
+
arg.each do |k, v|
|
40
|
+
instance_variable_set "@#{k}", v
|
41
|
+
end
|
42
|
+
else
|
43
|
+
super arg
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -1,172 +1,172 @@
|
|
1
|
-
=begin
|
2
|
-
--------------------------------------------------------------------------------------------------------------------
|
3
|
-
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
-
of this software and associated documentation files (the "Software"), to deal
|
6
|
-
in the Software without restriction, including without limitation the rights
|
7
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
-
copies of the Software, and to permit persons to whom the Software is
|
9
|
-
furnished to do so, subject to the following conditions:
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
11
|
-
copies or substantial portions of the Software.
|
12
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
-
SOFTWARE.
|
19
|
-
--------------------------------------------------------------------------------------------------------------------
|
20
|
-
=end
|
21
|
-
|
22
|
-
require 'uri'
|
23
|
-
|
24
|
-
module AsposePdfCloud
|
25
|
-
class Configuration
|
26
|
-
|
27
|
-
# App Key
|
28
|
-
attr_accessor :app_key
|
29
|
-
|
30
|
-
# App SID
|
31
|
-
attr_accessor :app_sid
|
32
|
-
|
33
|
-
# Defines url scheme
|
34
|
-
attr_accessor :scheme
|
35
|
-
|
36
|
-
# Defines url host
|
37
|
-
attr_accessor :host
|
38
|
-
|
39
|
-
# Defines the access token (Bearer) used with OAuth2.
|
40
|
-
attr_accessor :access_token
|
41
|
-
|
42
|
-
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
43
|
-
# details will be logged with `logger.debug` (see the `logger` attribute).
|
44
|
-
# Default to false.
|
45
|
-
#
|
46
|
-
# @return [true, false]
|
47
|
-
attr_accessor :debugging
|
48
|
-
|
49
|
-
# Defines the logger used for debugging.
|
50
|
-
# Default to `Rails.logger` (when in Rails) or logging to STDOUT.
|
51
|
-
#
|
52
|
-
# @return [#debug]
|
53
|
-
attr_accessor :logger
|
54
|
-
|
55
|
-
# Defines the temporary folder to store downloaded files
|
56
|
-
# (for API endpoints that have file response).
|
57
|
-
# Default to use `Tempfile`.
|
58
|
-
#
|
59
|
-
# @return [String]
|
60
|
-
attr_accessor :temp_folder_path
|
61
|
-
|
62
|
-
# The time limit for HTTP request in seconds.
|
63
|
-
# Default to 0 (never times out).
|
64
|
-
attr_accessor :timeout
|
65
|
-
|
66
|
-
# Set this to false to skip client side validation in the operation.
|
67
|
-
# Default to true.
|
68
|
-
# @return [true, false]
|
69
|
-
attr_accessor :client_side_validation
|
70
|
-
|
71
|
-
### TLS/SSL setting
|
72
|
-
# Set this to false to skip verifying SSL certificate when calling API from https server.
|
73
|
-
# Default to true.
|
74
|
-
#
|
75
|
-
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
76
|
-
#
|
77
|
-
# @return [true, false]
|
78
|
-
attr_accessor :verify_ssl
|
79
|
-
|
80
|
-
### TLS/SSL setting
|
81
|
-
# Set this to false to skip verifying SSL host name
|
82
|
-
# Default to true.
|
83
|
-
#
|
84
|
-
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
85
|
-
#
|
86
|
-
# @return [true, false]
|
87
|
-
attr_accessor :verify_ssl_host
|
88
|
-
|
89
|
-
### TLS/SSL setting
|
90
|
-
# Set this to customize the certificate file to verify the peer.
|
91
|
-
#
|
92
|
-
# @return [String] the path to the certificate file
|
93
|
-
#
|
94
|
-
# @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
|
95
|
-
# https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
|
96
|
-
attr_accessor :ssl_ca_cert
|
97
|
-
|
98
|
-
### TLS/SSL setting
|
99
|
-
# Client certificate file (for client certificate)
|
100
|
-
attr_accessor :cert_file
|
101
|
-
|
102
|
-
### TLS/SSL setting
|
103
|
-
# Client private key file (for client certificate)
|
104
|
-
attr_accessor :key_file
|
105
|
-
|
106
|
-
# Set this to customize parameters encoding of array parameter with multi collectionFormat.
|
107
|
-
# Default to nil.
|
108
|
-
#
|
109
|
-
# @see The params_encoding option of Ethon. Related source code:
|
110
|
-
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
|
111
|
-
attr_accessor :params_encoding
|
112
|
-
|
113
|
-
attr_accessor :inject_format
|
114
|
-
|
115
|
-
attr_accessor :force_ending_format
|
116
|
-
|
117
|
-
def initialize
|
118
|
-
@scheme = 'https'
|
119
|
-
@host = 'api.aspose.cloud'
|
120
|
-
@timeout = 5 * 60
|
121
|
-
@client_side_validation = true
|
122
|
-
@verify_ssl = true
|
123
|
-
@verify_ssl_host = true
|
124
|
-
@params_encoding = nil
|
125
|
-
@cert_file = nil
|
126
|
-
@key_file = nil
|
127
|
-
@debugging = false
|
128
|
-
@inject_format = false
|
129
|
-
@force_ending_format = false
|
130
|
-
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
131
|
-
|
132
|
-
yield(self) if block_given?
|
133
|
-
end
|
134
|
-
|
135
|
-
# The default Configuration object.
|
136
|
-
def self.default
|
137
|
-
@@default ||= Configuration.new
|
138
|
-
end
|
139
|
-
|
140
|
-
def configure
|
141
|
-
yield(self) if block_given?
|
142
|
-
end
|
143
|
-
|
144
|
-
def scheme=(scheme)
|
145
|
-
# remove :// from scheme
|
146
|
-
@scheme = scheme.sub(/:\/\//, '')
|
147
|
-
end
|
148
|
-
|
149
|
-
def host=(host)
|
150
|
-
# remove http(s):// and anything after a slash
|
151
|
-
@host = host.sub(/https?:\/\//, '').split('/').first
|
152
|
-
end
|
153
|
-
|
154
|
-
def base_url
|
155
|
-
url = "#{scheme}://#{[host, '/v3.0'].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
156
|
-
URI.encode(url)
|
157
|
-
end
|
158
|
-
|
159
|
-
# Returns Auth Settings hash for api client.
|
160
|
-
def auth_settings
|
161
|
-
{
|
162
|
-
'JWT' =>
|
163
|
-
{
|
164
|
-
type: 'oauth2',
|
165
|
-
in: 'header',
|
166
|
-
key: 'Authorization',
|
167
|
-
value: "Bearer #{access_token}"
|
168
|
-
},
|
169
|
-
}
|
170
|
-
end
|
171
|
-
end
|
172
|
-
end
|
1
|
+
=begin
|
2
|
+
--------------------------------------------------------------------------------------------------------------------
|
3
|
+
Copyright (c) 2021 Aspose.PDF Cloud
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
6
|
+
in the Software without restriction, including without limitation the rights
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
SOFTWARE.
|
19
|
+
--------------------------------------------------------------------------------------------------------------------
|
20
|
+
=end
|
21
|
+
|
22
|
+
require 'uri'
|
23
|
+
|
24
|
+
module AsposePdfCloud
|
25
|
+
class Configuration
|
26
|
+
|
27
|
+
# App Key
|
28
|
+
attr_accessor :app_key
|
29
|
+
|
30
|
+
# App SID
|
31
|
+
attr_accessor :app_sid
|
32
|
+
|
33
|
+
# Defines url scheme
|
34
|
+
attr_accessor :scheme
|
35
|
+
|
36
|
+
# Defines url host
|
37
|
+
attr_accessor :host
|
38
|
+
|
39
|
+
# Defines the access token (Bearer) used with OAuth2.
|
40
|
+
attr_accessor :access_token
|
41
|
+
|
42
|
+
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
43
|
+
# details will be logged with `logger.debug` (see the `logger` attribute).
|
44
|
+
# Default to false.
|
45
|
+
#
|
46
|
+
# @return [true, false]
|
47
|
+
attr_accessor :debugging
|
48
|
+
|
49
|
+
# Defines the logger used for debugging.
|
50
|
+
# Default to `Rails.logger` (when in Rails) or logging to STDOUT.
|
51
|
+
#
|
52
|
+
# @return [#debug]
|
53
|
+
attr_accessor :logger
|
54
|
+
|
55
|
+
# Defines the temporary folder to store downloaded files
|
56
|
+
# (for API endpoints that have file response).
|
57
|
+
# Default to use `Tempfile`.
|
58
|
+
#
|
59
|
+
# @return [String]
|
60
|
+
attr_accessor :temp_folder_path
|
61
|
+
|
62
|
+
# The time limit for HTTP request in seconds.
|
63
|
+
# Default to 0 (never times out).
|
64
|
+
attr_accessor :timeout
|
65
|
+
|
66
|
+
# Set this to false to skip client side validation in the operation.
|
67
|
+
# Default to true.
|
68
|
+
# @return [true, false]
|
69
|
+
attr_accessor :client_side_validation
|
70
|
+
|
71
|
+
### TLS/SSL setting
|
72
|
+
# Set this to false to skip verifying SSL certificate when calling API from https server.
|
73
|
+
# Default to true.
|
74
|
+
#
|
75
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
76
|
+
#
|
77
|
+
# @return [true, false]
|
78
|
+
attr_accessor :verify_ssl
|
79
|
+
|
80
|
+
### TLS/SSL setting
|
81
|
+
# Set this to false to skip verifying SSL host name
|
82
|
+
# Default to true.
|
83
|
+
#
|
84
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
85
|
+
#
|
86
|
+
# @return [true, false]
|
87
|
+
attr_accessor :verify_ssl_host
|
88
|
+
|
89
|
+
### TLS/SSL setting
|
90
|
+
# Set this to customize the certificate file to verify the peer.
|
91
|
+
#
|
92
|
+
# @return [String] the path to the certificate file
|
93
|
+
#
|
94
|
+
# @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
|
95
|
+
# https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
|
96
|
+
attr_accessor :ssl_ca_cert
|
97
|
+
|
98
|
+
### TLS/SSL setting
|
99
|
+
# Client certificate file (for client certificate)
|
100
|
+
attr_accessor :cert_file
|
101
|
+
|
102
|
+
### TLS/SSL setting
|
103
|
+
# Client private key file (for client certificate)
|
104
|
+
attr_accessor :key_file
|
105
|
+
|
106
|
+
# Set this to customize parameters encoding of array parameter with multi collectionFormat.
|
107
|
+
# Default to nil.
|
108
|
+
#
|
109
|
+
# @see The params_encoding option of Ethon. Related source code:
|
110
|
+
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
|
111
|
+
attr_accessor :params_encoding
|
112
|
+
|
113
|
+
attr_accessor :inject_format
|
114
|
+
|
115
|
+
attr_accessor :force_ending_format
|
116
|
+
|
117
|
+
def initialize
|
118
|
+
@scheme = 'https'
|
119
|
+
@host = 'api.aspose.cloud'
|
120
|
+
@timeout = 5 * 60
|
121
|
+
@client_side_validation = true
|
122
|
+
@verify_ssl = true
|
123
|
+
@verify_ssl_host = true
|
124
|
+
@params_encoding = nil
|
125
|
+
@cert_file = nil
|
126
|
+
@key_file = nil
|
127
|
+
@debugging = false
|
128
|
+
@inject_format = false
|
129
|
+
@force_ending_format = false
|
130
|
+
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
131
|
+
|
132
|
+
yield(self) if block_given?
|
133
|
+
end
|
134
|
+
|
135
|
+
# The default Configuration object.
|
136
|
+
def self.default
|
137
|
+
@@default ||= Configuration.new
|
138
|
+
end
|
139
|
+
|
140
|
+
def configure
|
141
|
+
yield(self) if block_given?
|
142
|
+
end
|
143
|
+
|
144
|
+
def scheme=(scheme)
|
145
|
+
# remove :// from scheme
|
146
|
+
@scheme = scheme.sub(/:\/\//, '')
|
147
|
+
end
|
148
|
+
|
149
|
+
def host=(host)
|
150
|
+
# remove http(s):// and anything after a slash
|
151
|
+
@host = host.sub(/https?:\/\//, '').split('/').first
|
152
|
+
end
|
153
|
+
|
154
|
+
def base_url
|
155
|
+
url = "#{scheme}://#{[host, '/v3.0'].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
156
|
+
URI.encode(url)
|
157
|
+
end
|
158
|
+
|
159
|
+
# Returns Auth Settings hash for api client.
|
160
|
+
def auth_settings
|
161
|
+
{
|
162
|
+
'JWT' =>
|
163
|
+
{
|
164
|
+
type: 'oauth2',
|
165
|
+
in: 'header',
|
166
|
+
key: 'Authorization',
|
167
|
+
value: "Bearer #{access_token}"
|
168
|
+
},
|
169
|
+
}
|
170
|
+
end
|
171
|
+
end
|
172
|
+
end
|