aspose_pdf_cloud 19.11.0 → 20.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +44 -9
- data/aspose_pdf_cloud.gemspec +1 -1
- data/docs/Border.md +14 -0
- data/docs/BorderEffect.md +11 -0
- data/docs/BorderStyle.md +14 -0
- data/docs/Cell.md +3 -0
- data/docs/CheckBoxField.md +2 -1
- data/docs/ChoiceField.md +3 -1
- data/docs/ComboBoxField.md +3 -2
- data/docs/Dash.md +10 -0
- data/docs/DefaultPageConfig.md +10 -0
- data/docs/Direction.md +11 -0
- data/docs/DisplayProperties.md +18 -0
- data/docs/DisplayPropertiesResponse.md +11 -0
- data/docs/Document.md +1 -0
- data/docs/DocumentConfig.md +12 -0
- data/docs/FormField.md +2 -1
- data/docs/ImageFragment.md +15 -0
- data/docs/ListBoxField.md +33 -0
- data/docs/ListBoxFieldResponse.md +11 -0
- data/docs/ListBoxFields.md +10 -0
- data/docs/ListBoxFieldsResponse.md +11 -0
- data/docs/PageLayout.md +16 -0
- data/docs/PageMode.md +15 -0
- data/docs/PdfApi.md +452 -14
- data/docs/RadioButtonField.md +3 -2
- data/docs/RadioButtonOptionField.md +2 -1
- data/docs/SignatureField.md +2 -1
- data/docs/Table.md +1 -0
- data/docs/TextBoxField.md +2 -1
- data/lib/aspose_pdf_cloud.rb +17 -1
- data/lib/aspose_pdf_cloud/api/pdf_api.rb +1375 -72
- data/lib/aspose_pdf_cloud/api_client.rb +2 -2
- data/lib/aspose_pdf_cloud/api_error.rb +1 -1
- data/lib/aspose_pdf_cloud/configuration.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotation_flags.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotation_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotation_state.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotation_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotations_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/annotations_info_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/antialiasing_processing_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/aspose_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/attachment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/attachment_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/attachments.rb +1 -1
- data/lib/aspose_pdf_cloud/models/attachments_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/bookmark.rb +1 -1
- data/lib/aspose_pdf_cloud/models/bookmark_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/bookmarks.rb +1 -1
- data/lib/aspose_pdf_cloud/models/bookmarks_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/border.rb +249 -0
- data/lib/aspose_pdf_cloud/models/border_corner_style.rb +1 -1
- data/lib/aspose_pdf_cloud/models/border_effect.rb +44 -0
- data/lib/aspose_pdf_cloud/models/border_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/border_style.rb +47 -0
- data/lib/aspose_pdf_cloud/models/box_style.rb +1 -1
- data/lib/aspose_pdf_cloud/models/cap_style.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caption_position.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caret_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caret_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caret_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caret_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/caret_symbol.rb +1 -1
- data/lib/aspose_pdf_cloud/models/cell.rb +37 -5
- data/lib/aspose_pdf_cloud/models/cell_recognized.rb +1 -1
- data/lib/aspose_pdf_cloud/models/check_box_field.rb +12 -7
- data/lib/aspose_pdf_cloud/models/check_box_field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/check_box_fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/check_box_fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/choice_field.rb +25 -10
- data/lib/aspose_pdf_cloud/models/circle_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/circle_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/circle_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/circle_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/color.rb +1 -1
- data/lib/aspose_pdf_cloud/models/color_depth.rb +1 -1
- data/lib/aspose_pdf_cloud/models/column_adjustment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/combo_box_field.rb +25 -25
- data/lib/aspose_pdf_cloud/models/combo_box_field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/combo_box_fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/combo_box_fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/common_figure_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/compression_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/crypto_algorithm.rb +1 -1
- data/lib/aspose_pdf_cloud/models/dash.rb +219 -0
- data/lib/aspose_pdf_cloud/models/default_page_config.rb +209 -0
- data/lib/aspose_pdf_cloud/models/direction.rb +44 -0
- data/lib/aspose_pdf_cloud/models/disc_usage.rb +1 -1
- data/lib/aspose_pdf_cloud/models/display_properties.rb +291 -0
- data/lib/aspose_pdf_cloud/models/display_properties_response.rb +224 -0
- data/lib/aspose_pdf_cloud/models/doc_format.rb +1 -1
- data/lib/aspose_pdf_cloud/models/doc_mdp_access_permission_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/doc_recognition_mode.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document.rb +12 -2
- data/lib/aspose_pdf_cloud/models/document_config.rb +234 -0
- data/lib/aspose_pdf_cloud/models/document_page_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_pages_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_privilege.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_properties.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_properties_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_property.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_property_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/document_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/epub_recognition_mode.rb +1 -1
- data/lib/aspose_pdf_cloud/models/error.rb +1 -1
- data/lib/aspose_pdf_cloud/models/error_details.rb +1 -1
- data/lib/aspose_pdf_cloud/models/field.rb +1 -1
- data/lib/aspose_pdf_cloud/models/field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/field_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_icon.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_version.rb +1 -1
- data/lib/aspose_pdf_cloud/models/file_versions.rb +1 -1
- data/lib/aspose_pdf_cloud/models/files_list.rb +1 -1
- data/lib/aspose_pdf_cloud/models/files_upload_result.rb +1 -1
- data/lib/aspose_pdf_cloud/models/font_encoding_rules.rb +1 -1
- data/lib/aspose_pdf_cloud/models/font_saving_modes.rb +1 -1
- data/lib/aspose_pdf_cloud/models/font_styles.rb +1 -1
- data/lib/aspose_pdf_cloud/models/form_field.rb +15 -10
- data/lib/aspose_pdf_cloud/models/free_text_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/free_text_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/free_text_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/free_text_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/free_text_intent.rb +1 -1
- data/lib/aspose_pdf_cloud/models/graph_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/highlight_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/highlight_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/highlight_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/highlight_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/horizontal_alignment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/html_document_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/html_markup_generation_modes.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_footer.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_fragment.rb +283 -0
- data/lib/aspose_pdf_cloud/models/image_header.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_src_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_stamp.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_template.rb +1 -1
- data/lib/aspose_pdf_cloud/models/image_templates_request.rb +1 -1
- data/lib/aspose_pdf_cloud/models/images.rb +1 -1
- data/lib/aspose_pdf_cloud/models/images_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/ink_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/ink_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/ink_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/ink_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/justification.rb +1 -1
- data/lib/aspose_pdf_cloud/models/letters_positioning_methods.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_ending.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_intent.rb +1 -1
- data/lib/aspose_pdf_cloud/models/line_spacing.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_action_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_element.rb +1 -1
- data/lib/aspose_pdf_cloud/models/link_highlighting_mode.rb +1 -1
- data/lib/aspose_pdf_cloud/models/list_box_field.rb +452 -0
- data/lib/aspose_pdf_cloud/models/list_box_field_response.rb +224 -0
- data/lib/aspose_pdf_cloud/models/list_box_fields.rb +213 -0
- data/lib/aspose_pdf_cloud/models/list_box_fields_response.rb +224 -0
- data/lib/aspose_pdf_cloud/models/margin_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/markup_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/merge_documents.rb +1 -1
- data/lib/aspose_pdf_cloud/models/movie_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/movie_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/movie_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/movie_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/object_exist.rb +1 -1
- data/lib/aspose_pdf_cloud/models/optimize_options.rb +1 -1
- data/lib/aspose_pdf_cloud/models/option.rb +1 -1
- data/lib/aspose_pdf_cloud/models/page.rb +1 -1
- data/lib/aspose_pdf_cloud/models/page_layout.rb +49 -0
- data/lib/aspose_pdf_cloud/models/page_mode.rb +48 -0
- data/lib/aspose_pdf_cloud/models/page_number_stamp.rb +1 -1
- data/lib/aspose_pdf_cloud/models/page_word_count.rb +1 -1
- data/lib/aspose_pdf_cloud/models/pages.rb +1 -1
- data/lib/aspose_pdf_cloud/models/paragraph.rb +1 -1
- data/lib/aspose_pdf_cloud/models/parts_embedding_modes.rb +1 -1
- data/lib/aspose_pdf_cloud/models/pdf_a_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +1 -1
- data/lib/aspose_pdf_cloud/models/permissions_flags.rb +1 -1
- data/lib/aspose_pdf_cloud/models/point.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_intent.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_line_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_line_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/poly_line_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/polygon_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/polygon_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/polygon_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/polygon_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/popup_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/popup_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/popup_annotation_with_parent.rb +1 -1
- data/lib/aspose_pdf_cloud/models/popup_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/popup_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/position.rb +1 -1
- data/lib/aspose_pdf_cloud/models/radio_button_field.rb +25 -25
- data/lib/aspose_pdf_cloud/models/radio_button_field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/radio_button_fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/radio_button_fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/radio_button_option_field.rb +12 -7
- data/lib/aspose_pdf_cloud/models/raster_images_saving_modes.rb +1 -1
- data/lib/aspose_pdf_cloud/models/rectangle.rb +1 -1
- data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/redaction_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/redaction_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/redaction_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/rotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/row.rb +1 -1
- data/lib/aspose_pdf_cloud/models/row_recognized.rb +1 -1
- data/lib/aspose_pdf_cloud/models/screen_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/screen_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/screen_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/screen_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/segment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/shape_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_custom_appearance.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_field.rb +12 -7
- data/lib/aspose_pdf_cloud/models/signature_field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/signature_verify_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_encoding.rb +1 -1
- data/lib/aspose_pdf_cloud/models/sound_icon.rb +1 -1
- data/lib/aspose_pdf_cloud/models/split_result.rb +1 -1
- data/lib/aspose_pdf_cloud/models/split_result_document.rb +1 -1
- data/lib/aspose_pdf_cloud/models/split_result_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/square_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/square_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/square_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/square_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/squiggly_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/squiggly_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/squiggly_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/squiggly_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_base.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_icon.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamp_type.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamps_info.rb +1 -1
- data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/storage_exist.rb +1 -1
- data/lib/aspose_pdf_cloud/models/storage_file.rb +1 -1
- data/lib/aspose_pdf_cloud/models/strike_out_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/strike_out_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/strike_out_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/strike_out_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/table.rb +12 -2
- data/lib/aspose_pdf_cloud/models/table_broken.rb +1 -1
- data/lib/aspose_pdf_cloud/models/table_recognized.rb +1 -1
- data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/tables_recognized.rb +1 -1
- data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_box_field.rb +12 -7
- data/lib/aspose_pdf_cloud/models/text_box_field_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_box_fields.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_box_fields_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_footer.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_header.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_horizontal_alignment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_icon.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_line.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_rect.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_rects.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_rects_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_replace.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_replace_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_stamp.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_state.rb +1 -1
- data/lib/aspose_pdf_cloud/models/text_style.rb +1 -1
- data/lib/aspose_pdf_cloud/models/timestamp_settings.rb +1 -1
- data/lib/aspose_pdf_cloud/models/underline_annotation.rb +1 -1
- data/lib/aspose_pdf_cloud/models/underline_annotation_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/underline_annotations.rb +1 -1
- data/lib/aspose_pdf_cloud/models/underline_annotations_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/vertical_alignment.rb +1 -1
- data/lib/aspose_pdf_cloud/models/word_count.rb +1 -1
- data/lib/aspose_pdf_cloud/models/word_count_response.rb +1 -1
- data/lib/aspose_pdf_cloud/models/wrap_mode.rb +1 -1
- data/lib/aspose_pdf_cloud/version.rb +2 -2
- data/test/pdf_tests.rb +411 -98
- data/test_data/4pagesPdfA.pdf +0 -0
- metadata +35 -2
@@ -0,0 +1,11 @@
|
|
1
|
+
# AsposePdfCloud::DisplayPropertiesResponse
|
2
|
+
Represents response containing DisplayProperties
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**code** | **Integer** | Response status code. |
|
8
|
+
**status** | **String** | Response status. | [optional]
|
9
|
+
**display_properties** | [**DisplayProperties**](DisplayProperties.md) | DisplayProperties object | [optional]
|
10
|
+
|
11
|
+
|
data/docs/Document.md
CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
|
8
8
|
**document_properties** | [**DocumentProperties**](DocumentProperties.md) | Document properties. | [optional]
|
9
|
+
**display_properties** | [**DisplayProperties**](DisplayProperties.md) | Document display properties. | [optional]
|
9
10
|
**pages** | [**Pages**](Pages.md) | Document pages. | [optional]
|
10
11
|
|
11
12
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# AsposePdfCloud::DocumentConfig
|
2
|
+
Provides link to DocumentConfig.
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**display_properties** | [**DisplayProperties**](DisplayProperties.md) | Sets DisplayProperties of document | [optional]
|
8
|
+
**document_properties** | [**DocumentProperties**](DocumentProperties.md) | Sets DocumentProperties of document | [optional]
|
9
|
+
**pages_count** | **Integer** | Sets count of pages for new document. From 1 to 100 |
|
10
|
+
**default_page_config** | [**DefaultPageConfig**](DefaultPageConfig.md) | Sets default page config for new document | [optional]
|
11
|
+
|
12
|
+
|
data/docs/FormField.md
CHANGED
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**height** | **Float** | Gets or sets height of the field. | [optional]
|
13
13
|
**width** | **Float** | Gets or sets width of the field. | [optional]
|
14
14
|
**z_index** | **Integer** | Z index. | [optional]
|
15
|
-
**is_group** | **BOOLEAN** | Is group. |
|
15
|
+
**is_group** | **BOOLEAN** | Is group. | [optional]
|
16
16
|
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
|
17
17
|
**is_shared_field** | **BOOLEAN** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
|
18
18
|
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
|
@@ -22,5 +22,6 @@ Name | Type | Description | Notes
|
|
22
22
|
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
|
23
23
|
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
|
24
24
|
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
|
25
|
+
**border** | [**Border**](Border.md) | Gets or sets annotation border characteristics. | [optional]
|
25
26
|
|
26
27
|
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# AsposePdfCloud::ImageFragment
|
2
|
+
Represents Image Fragment DTO.
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**image_file** | **String** | Gets or sets full storage path of image. |
|
8
|
+
**fix_width** | **Float** | Gets or sets fix width of the image. | [optional]
|
9
|
+
**fix_height** | **Float** | Gets or sets fix height of the image. | [optional]
|
10
|
+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets horizontal alignment of the image. | [optional]
|
11
|
+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of the image. | [optional]
|
12
|
+
**image_scale** | **Float** | Gets or sets ImageScale of the image. | [optional]
|
13
|
+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets Margin of the image. | [optional]
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# AsposePdfCloud::ListBoxField
|
2
|
+
Provides ListBoxField.
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
|
8
|
+
**partial_name** | **String** | Field name. | [optional]
|
9
|
+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
|
10
|
+
**value** | **String** | Field value. | [optional]
|
11
|
+
**page_index** | **Integer** | Page index. |
|
12
|
+
**height** | **Float** | Gets or sets height of the field. | [optional]
|
13
|
+
**width** | **Float** | Gets or sets width of the field. | [optional]
|
14
|
+
**z_index** | **Integer** | Z index. | [optional]
|
15
|
+
**is_group** | **BOOLEAN** | Is group. | [optional]
|
16
|
+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
|
17
|
+
**is_shared_field** | **BOOLEAN** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
|
18
|
+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
|
19
|
+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
|
20
|
+
**contents** | **String** | Get the field content. | [optional]
|
21
|
+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
|
22
|
+
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
|
23
|
+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
|
24
|
+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
|
25
|
+
**border** | [**Border**](Border.md) | Gets or sets annotation border characteristics. | [optional]
|
26
|
+
**multi_select** | **BOOLEAN** | Gets or sets multiselection flag. | [optional]
|
27
|
+
**selected** | **Integer** | Gets or sets index of selected item. Numbering of items is started from 1. | [optional]
|
28
|
+
**options** | [**Array<Option>**](Option.md) | Gets collection of options of the listbox. | [optional]
|
29
|
+
**active_state** | **String** | Gets or sets current annotation appearance state. | [optional]
|
30
|
+
**top_index** | **Integer** | Gets or sets index of the top visible element of the list. | [optional]
|
31
|
+
**selected_items** | **Array<Integer>** | Gets or sets array of the selected items in the multiselect list. For single-select list returns array with single item. | [optional]
|
32
|
+
|
33
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# AsposePdfCloud::ListBoxFieldResponse
|
2
|
+
Represents response containing single listbox field object
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**code** | **Integer** | Response status code. |
|
8
|
+
**status** | **String** | Response status. | [optional]
|
9
|
+
**field** | [**ListBoxField**](ListBoxField.md) | Listbox field object | [optional]
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# AsposePdfCloud::ListBoxFields
|
2
|
+
Object representing a list of listbox fields.
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
|
8
|
+
**list** | [**Array<ListBoxField>**](ListBoxField.md) | List of listbox fields. | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# AsposePdfCloud::ListBoxFieldsResponse
|
2
|
+
Represents response containing multiple listbox field objects
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**code** | **Integer** | Response status code. |
|
8
|
+
**status** | **String** | Response status. | [optional]
|
9
|
+
**fields** | [**ListBoxFields**](ListBoxFields.md) | Listbox fields object | [optional]
|
10
|
+
|
11
|
+
|
data/docs/PageLayout.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# AsposePdfCloud::PageLayout
|
2
|
+
Descibes page layout.
|
3
|
+
|
4
|
+
## Enum
|
5
|
+
Name | Type | Value | Description
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**SINGLE_PAGE** | **String** | 'SinglePage' | Single page.
|
8
|
+
**ONE_COLUMN** | **String** | 'OneColumn' | Display the pages in one column.
|
9
|
+
**TWO_COLUMN_LEFT** | **String** | 'TwoColumnLeft' | Display the pages in two columns, with odd-numbered pages on the left.
|
10
|
+
**TWO_COLUMN_RIGHT** | **String** | 'TwoColumnRight' | Display the pages in two columns, with odd-numbered pages on the right.
|
11
|
+
**TWO_PAGE_LEFT** | **String** | 'TwoPageLeft' | Display the pages two at a time, with odd-numbered pages on the left.
|
12
|
+
**TWO_PAGE_RIGHT** | **String** | 'TwoPageRight' | Display the pages two at a time, with odd-numbered pages on the right.
|
13
|
+
**DEFAULT** | **String** | 'Default' | Default layout.
|
14
|
+
|
15
|
+
|
16
|
+
|
data/docs/PageMode.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# AsposePdfCloud::PageMode
|
2
|
+
Class descibes used components of the document page.
|
3
|
+
|
4
|
+
## Enum
|
5
|
+
Name | Type | Value | Description
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**USE_NONE** | **String** | 'UseNone' | Dont use any components.
|
8
|
+
**USE_OUTLINES** | **String** | 'UseOutlines' | Document outline visible.
|
9
|
+
**USE_THUMBS** | **String** | 'UseThumbs' | Thumbnail images visible.
|
10
|
+
**FULL_SCREEN** | **String** | 'FullScreen' | FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
|
11
|
+
**USE_OC** | **String** | 'UseOC' | Optional content group panel visible.
|
12
|
+
**USE_ATTACHMENTS** | **String** | 'UseAttachments' | Attachments panel visible.
|
13
|
+
|
14
|
+
|
15
|
+
|
data/docs/PdfApi.md
CHANGED
@@ -45,11 +45,13 @@ Method | HTTP request | Description
|
|
45
45
|
[**get_document_check_box_fields**](PdfApi.md#get_document_check_box_fields) | **GET** /pdf/\{name}/fields/checkbox | Read document checkbox fields.
|
46
46
|
[**get_document_circle_annotations**](PdfApi.md#get_document_circle_annotations) | **GET** /pdf/\{name}/annotations/circle | Read document circle annotations.
|
47
47
|
[**get_document_combo_box_fields**](PdfApi.md#get_document_combo_box_fields) | **GET** /pdf/\{name}/fields/combobox | Read document combobox fields.
|
48
|
+
[**get_document_display_properties**](PdfApi.md#get_document_display_properties) | **GET** /pdf/\{name}/displayproperties | Read document display properties.
|
48
49
|
[**get_document_file_attachment_annotations**](PdfApi.md#get_document_file_attachment_annotations) | **GET** /pdf/\{name}/annotations/fileattachment | Read document FileAttachment annotations.
|
49
50
|
[**get_document_free_text_annotations**](PdfApi.md#get_document_free_text_annotations) | **GET** /pdf/\{name}/annotations/freetext | Read document free text annotations.
|
50
51
|
[**get_document_highlight_annotations**](PdfApi.md#get_document_highlight_annotations) | **GET** /pdf/\{name}/annotations/highlight | Read document highlight annotations.
|
51
52
|
[**get_document_ink_annotations**](PdfApi.md#get_document_ink_annotations) | **GET** /pdf/\{name}/annotations/ink | Read document ink annotations.
|
52
53
|
[**get_document_line_annotations**](PdfApi.md#get_document_line_annotations) | **GET** /pdf/\{name}/annotations/line | Read document line annotations.
|
54
|
+
[**get_document_list_box_fields**](PdfApi.md#get_document_list_box_fields) | **GET** /pdf/\{name}/fields/listbox | Read document listbox fields.
|
53
55
|
[**get_document_movie_annotations**](PdfApi.md#get_document_movie_annotations) | **GET** /pdf/\{name}/annotations/movie | Read document movie annotations.
|
54
56
|
[**get_document_poly_line_annotations**](PdfApi.md#get_document_poly_line_annotations) | **GET** /pdf/\{name}/annotations/polyline | Read document polyline annotations.
|
55
57
|
[**get_document_polygon_annotations**](PdfApi.md#get_document_polygon_annotations) | **GET** /pdf/\{name}/annotations/polygon | Read document polygon annotations.
|
@@ -95,9 +97,10 @@ Method | HTTP request | Description
|
|
95
97
|
[**get_import_fields_from_xfdf_in_storage**](PdfApi.md#get_import_fields_from_xfdf_in_storage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
|
96
98
|
[**get_import_fields_from_xml_in_storage**](PdfApi.md#get_import_fields_from_xml_in_storage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
|
97
99
|
[**get_ink_annotation**](PdfApi.md#get_ink_annotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
|
98
|
-
[**get_la_te_x_in_storage_to_pdf**](PdfApi.md#get_la_te_x_in_storage_to_pdf) | **GET** /pdf/create/latex | Convert
|
100
|
+
[**get_la_te_x_in_storage_to_pdf**](PdfApi.md#get_la_te_x_in_storage_to_pdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
99
101
|
[**get_line_annotation**](PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
|
100
102
|
[**get_link_annotation**](PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
|
103
|
+
[**get_list_box_field**](PdfApi.md#get_list_box_field) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
|
101
104
|
[**get_markdown_in_storage_to_pdf**](PdfApi.md#get_markdown_in_storage_to_pdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
|
102
105
|
[**get_mht_in_storage_to_pdf**](PdfApi.md#get_mht_in_storage_to_pdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
|
103
106
|
[**get_movie_annotation**](PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
|
@@ -120,6 +123,7 @@ Method | HTTP request | Description
|
|
120
123
|
[**get_page_line_annotations**](PdfApi.md#get_page_line_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/line | Read document page line annotations.
|
121
124
|
[**get_page_link_annotation**](PdfApi.md#get_page_link_annotation) | **GET** /pdf/\{name}/pages/\{pageNumber}/links/\{linkId} | Read document page link annotation by ID.
|
122
125
|
[**get_page_link_annotations**](PdfApi.md#get_page_link_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/links | Read document page link annotations.
|
126
|
+
[**get_page_list_box_fields**](PdfApi.md#get_page_list_box_fields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/listbox | Read document page listbox fields.
|
123
127
|
[**get_page_movie_annotations**](PdfApi.md#get_page_movie_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/movie | Read document page movie annotations.
|
124
128
|
[**get_page_poly_line_annotations**](PdfApi.md#get_page_poly_line_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/polyline | Read document page polyline annotations.
|
125
129
|
[**get_page_polygon_annotations**](PdfApi.md#get_page_polygon_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Read document page polygon annotations.
|
@@ -141,14 +145,16 @@ Method | HTTP request | Description
|
|
141
145
|
[**get_page_underline_annotations**](PdfApi.md#get_page_underline_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Read document page underline annotations.
|
142
146
|
[**get_pages**](PdfApi.md#get_pages) | **GET** /pdf/\{name}/pages | Read document pages info.
|
143
147
|
[**get_pcl_in_storage_to_pdf**](PdfApi.md#get_pcl_in_storage_to_pdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
|
148
|
+
[**get_pdf_a_in_storage_to_pdf**](PdfApi.md#get_pdf_a_in_storage_to_pdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response.
|
144
149
|
[**get_pdf_in_storage_to_doc**](PdfApi.md#get_pdf_in_storage_to_doc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
|
145
150
|
[**get_pdf_in_storage_to_epub**](PdfApi.md#get_pdf_in_storage_to_epub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
|
146
151
|
[**get_pdf_in_storage_to_html**](PdfApi.md#get_pdf_in_storage_to_html) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
|
147
|
-
[**get_pdf_in_storage_to_la_te_x**](PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to
|
152
|
+
[**get_pdf_in_storage_to_la_te_x**](PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
148
153
|
[**get_pdf_in_storage_to_mobi_xml**](PdfApi.md#get_pdf_in_storage_to_mobi_xml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
|
149
154
|
[**get_pdf_in_storage_to_pdf_a**](PdfApi.md#get_pdf_in_storage_to_pdf_a) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
|
150
155
|
[**get_pdf_in_storage_to_pptx**](PdfApi.md#get_pdf_in_storage_to_pptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
|
151
156
|
[**get_pdf_in_storage_to_svg**](PdfApi.md#get_pdf_in_storage_to_svg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content
|
157
|
+
[**get_pdf_in_storage_to_te_x**](PdfApi.md#get_pdf_in_storage_to_te_x) | **GET** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
152
158
|
[**get_pdf_in_storage_to_tiff**](PdfApi.md#get_pdf_in_storage_to_tiff) | **GET** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
|
153
159
|
[**get_pdf_in_storage_to_xls**](PdfApi.md#get_pdf_in_storage_to_xls) | **GET** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and returns resulting file in response content
|
154
160
|
[**get_pdf_in_storage_to_xlsx**](PdfApi.md#get_pdf_in_storage_to_xlsx) | **GET** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
|
@@ -172,6 +178,7 @@ Method | HTTP request | Description
|
|
172
178
|
[**get_strike_out_annotation**](PdfApi.md#get_strike_out_annotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID.
|
173
179
|
[**get_svg_in_storage_to_pdf**](PdfApi.md#get_svg_in_storage_to_pdf) | **GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response.
|
174
180
|
[**get_table**](PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
|
181
|
+
[**get_te_x_in_storage_to_pdf**](PdfApi.md#get_te_x_in_storage_to_pdf) | **GET** /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
175
182
|
[**get_text**](PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
|
176
183
|
[**get_text_annotation**](PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
|
177
184
|
[**get_text_box_field**](PdfApi.md#get_text_box_field) | **GET** /pdf/\{name}/fields/textbox/\{fieldName} | Read document text box field by name.
|
@@ -191,6 +198,7 @@ Method | HTTP request | Description
|
|
191
198
|
[**post_change_password_document_in_storage**](PdfApi.md#post_change_password_document_in_storage) | **POST** /pdf/\{name}/changepassword | Change document password in storage.
|
192
199
|
[**post_check_box_fields**](PdfApi.md#post_check_box_fields) | **POST** /pdf/\{name}/fields/checkbox | Add document checkbox fields.
|
193
200
|
[**post_combo_box_fields**](PdfApi.md#post_combo_box_fields) | **POST** /pdf/\{name}/fields/combobox | Add document combobox fields.
|
201
|
+
[**post_create_document**](PdfApi.md#post_create_document) | **POST** /pdf/\{name} | Create empty document.
|
194
202
|
[**post_create_field**](PdfApi.md#post_create_field) | **POST** /pdf/\{name}/fields | Create field.
|
195
203
|
[**post_decrypt_document_in_storage**](PdfApi.md#post_decrypt_document_in_storage) | **POST** /pdf/\{name}/decrypt | Decrypt document in storage.
|
196
204
|
[**post_document_image_footer**](PdfApi.md#post_document_image_footer) | **POST** /pdf/\{name}/footer/image | Add document image footer.
|
@@ -205,6 +213,7 @@ Method | HTTP request | Description
|
|
205
213
|
[**post_import_fields_from_xfdf**](PdfApi.md#post_import_fields_from_xfdf) | **POST** /pdf/\{name}/import/xfdf | Update fields from XFDF file in request.
|
206
214
|
[**post_import_fields_from_xml**](PdfApi.md#post_import_fields_from_xml) | **POST** /pdf/\{name}/import/xml | Update fields from XML file in request.
|
207
215
|
[**post_insert_image**](PdfApi.md#post_insert_image) | **POST** /pdf/\{name}/pages/\{pageNumber}/images | Insert image to document page.
|
216
|
+
[**post_list_box_fields**](PdfApi.md#post_list_box_fields) | **POST** /pdf/\{name}/fields/listbox | Add document listbox fields.
|
208
217
|
[**post_move_page**](PdfApi.md#post_move_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/movePage | Move page to new position.
|
209
218
|
[**post_optimize_document**](PdfApi.md#post_optimize_document) | **POST** /pdf/\{name}/optimize | Optimize document.
|
210
219
|
[**post_page_caret_annotations**](PdfApi.md#post_page_caret_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Add document page caret annotations.
|
@@ -237,6 +246,7 @@ Method | HTTP request | Description
|
|
237
246
|
[**post_radio_button_fields**](PdfApi.md#post_radio_button_fields) | **POST** /pdf/\{name}/fields/radiobutton | Add document RadioButton fields.
|
238
247
|
[**post_sign_document**](PdfApi.md#post_sign_document) | **POST** /pdf/\{name}/sign | Sign document.
|
239
248
|
[**post_sign_page**](PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
|
249
|
+
[**post_signature_field**](PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
|
240
250
|
[**post_split_document**](PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
|
241
251
|
[**post_text_box_fields**](PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
|
242
252
|
[**put_add_new_page**](PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
|
@@ -250,6 +260,7 @@ Method | HTTP request | Description
|
|
250
260
|
[**put_combo_box_field**](PdfApi.md#put_combo_box_field) | **PUT** /pdf/\{name}/fields/combobox/\{fieldName} | Replace document combobox field
|
251
261
|
[**put_create_document**](PdfApi.md#put_create_document) | **PUT** /pdf/\{name} | Create empty document.
|
252
262
|
[**put_decrypt_document**](PdfApi.md#put_decrypt_document) | **PUT** /pdf/decrypt | Decrypt document from content.
|
263
|
+
[**put_document_display_properties**](PdfApi.md#put_document_display_properties) | **PUT** /pdf/\{name}/displayproperties | Update document display properties.
|
253
264
|
[**put_encrypt_document**](PdfApi.md#put_encrypt_document) | **PUT** /pdf/encrypt | Encrypt document from content.
|
254
265
|
[**put_epub_in_storage_to_pdf**](PdfApi.md#put_epub_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
|
255
266
|
[**put_export_fields_from_pdf_to_fdf_in_storage**](PdfApi.md#put_export_fields_from_pdf_to_fdf_in_storage) | **PUT** /pdf/\{name}/export/fdf | Export fields from from PDF in storage to FDF file in storage.
|
@@ -274,9 +285,10 @@ Method | HTTP request | Description
|
|
274
285
|
[**put_import_fields_from_xfdf_in_storage**](PdfApi.md#put_import_fields_from_xfdf_in_storage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
|
275
286
|
[**put_import_fields_from_xml_in_storage**](PdfApi.md#put_import_fields_from_xml_in_storage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
|
276
287
|
[**put_ink_annotation**](PdfApi.md#put_ink_annotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
|
277
|
-
[**put_la_te_x_in_storage_to_pdf**](PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert
|
288
|
+
[**put_la_te_x_in_storage_to_pdf**](PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
278
289
|
[**put_line_annotation**](PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
|
279
290
|
[**put_link_annotation**](PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
|
291
|
+
[**put_list_box_field**](PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
|
280
292
|
[**put_markdown_in_storage_to_pdf**](PdfApi.md#put_markdown_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
|
281
293
|
[**put_merge_documents**](PdfApi.md#put_merge_documents) | **PUT** /pdf/\{name}/merge | Merge a list of documents.
|
282
294
|
[**put_mht_in_storage_to_pdf**](PdfApi.md#put_mht_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
|
@@ -289,14 +301,16 @@ Method | HTTP request | Description
|
|
289
301
|
[**put_page_convert_to_png**](PdfApi.md#put_page_convert_to_png) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/png | Convert document page to png image and upload resulting file to storage.
|
290
302
|
[**put_page_convert_to_tiff**](PdfApi.md#put_page_convert_to_tiff) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/tiff | Convert document page to Tiff image and upload resulting file to storage.
|
291
303
|
[**put_pcl_in_storage_to_pdf**](PdfApi.md#put_pcl_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
|
304
|
+
[**put_pdf_a_in_storage_to_pdf**](PdfApi.md#put_pdf_a_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
|
292
305
|
[**put_pdf_in_request_to_doc**](PdfApi.md#put_pdf_in_request_to_doc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
|
293
306
|
[**put_pdf_in_request_to_epub**](PdfApi.md#put_pdf_in_request_to_epub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
|
294
307
|
[**put_pdf_in_request_to_html**](PdfApi.md#put_pdf_in_request_to_html) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage.
|
295
|
-
[**put_pdf_in_request_to_la_te_x**](PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to
|
308
|
+
[**put_pdf_in_request_to_la_te_x**](PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
296
309
|
[**put_pdf_in_request_to_mobi_xml**](PdfApi.md#put_pdf_in_request_to_mobi_xml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
|
297
310
|
[**put_pdf_in_request_to_pdf_a**](PdfApi.md#put_pdf_in_request_to_pdf_a) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
|
298
311
|
[**put_pdf_in_request_to_pptx**](PdfApi.md#put_pdf_in_request_to_pptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
|
299
312
|
[**put_pdf_in_request_to_svg**](PdfApi.md#put_pdf_in_request_to_svg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
|
313
|
+
[**put_pdf_in_request_to_te_x**](PdfApi.md#put_pdf_in_request_to_te_x) | **PUT** /pdf/convert/tex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
300
314
|
[**put_pdf_in_request_to_tiff**](PdfApi.md#put_pdf_in_request_to_tiff) | **PUT** /pdf/convert/tiff | Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
|
301
315
|
[**put_pdf_in_request_to_xls**](PdfApi.md#put_pdf_in_request_to_xls) | **PUT** /pdf/convert/xls | Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
|
302
316
|
[**put_pdf_in_request_to_xlsx**](PdfApi.md#put_pdf_in_request_to_xlsx) | **PUT** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
|
@@ -305,11 +319,12 @@ Method | HTTP request | Description
|
|
305
319
|
[**put_pdf_in_storage_to_doc**](PdfApi.md#put_pdf_in_storage_to_doc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
|
306
320
|
[**put_pdf_in_storage_to_epub**](PdfApi.md#put_pdf_in_storage_to_epub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
|
307
321
|
[**put_pdf_in_storage_to_html**](PdfApi.md#put_pdf_in_storage_to_html) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
|
308
|
-
[**put_pdf_in_storage_to_la_te_x**](PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to
|
322
|
+
[**put_pdf_in_storage_to_la_te_x**](PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
309
323
|
[**put_pdf_in_storage_to_mobi_xml**](PdfApi.md#put_pdf_in_storage_to_mobi_xml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
|
310
324
|
[**put_pdf_in_storage_to_pdf_a**](PdfApi.md#put_pdf_in_storage_to_pdf_a) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
|
311
325
|
[**put_pdf_in_storage_to_pptx**](PdfApi.md#put_pdf_in_storage_to_pptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
|
312
326
|
[**put_pdf_in_storage_to_svg**](PdfApi.md#put_pdf_in_storage_to_svg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
|
327
|
+
[**put_pdf_in_storage_to_te_x**](PdfApi.md#put_pdf_in_storage_to_te_x) | **PUT** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
313
328
|
[**put_pdf_in_storage_to_tiff**](PdfApi.md#put_pdf_in_storage_to_tiff) | **PUT** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage
|
314
329
|
[**put_pdf_in_storage_to_xls**](PdfApi.md#put_pdf_in_storage_to_xls) | **PUT** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
|
315
330
|
[**put_pdf_in_storage_to_xlsx**](PdfApi.md#put_pdf_in_storage_to_xlsx) | **PUT** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
|
@@ -327,6 +342,7 @@ Method | HTTP request | Description
|
|
327
342
|
[**put_screen_annotation_data_extract**](PdfApi.md#put_screen_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/screen/\{annotationId}/data/extract | Extract document screen annotation content to storage
|
328
343
|
[**put_searchable_document**](PdfApi.md#put_searchable_document) | **PUT** /pdf/\{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
|
329
344
|
[**put_set_property**](PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
|
345
|
+
[**put_signature_field**](PdfApi.md#put_signature_field) | **PUT** /pdf/\{name}/fields/signature/\{fieldName} | Replace document signature field.
|
330
346
|
[**put_sound_annotation**](PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
|
331
347
|
[**put_sound_annotation_data_extract**](PdfApi.md#put_sound_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId}/data/extract | Extract document sound annotation content to storage
|
332
348
|
[**put_square_annotation**](PdfApi.md#put_square_annotation) | **PUT** /pdf/\{name}/annotations/square/\{annotationId} | Replace document square annotation
|
@@ -336,6 +352,7 @@ Method | HTTP request | Description
|
|
336
352
|
[**put_strike_out_annotation**](PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
|
337
353
|
[**put_svg_in_storage_to_pdf**](PdfApi.md#put_svg_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
|
338
354
|
[**put_table**](PdfApi.md#put_table) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table.
|
355
|
+
[**put_te_x_in_storage_to_pdf**](PdfApi.md#put_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
339
356
|
[**put_text_annotation**](PdfApi.md#put_text_annotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation
|
340
357
|
[**put_text_box_field**](PdfApi.md#put_text_box_field) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field
|
341
358
|
[**put_underline_annotation**](PdfApi.md#put_underline_annotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation
|
@@ -1355,6 +1372,30 @@ Name | Type | Description | Notes
|
|
1355
1372
|
|
1356
1373
|
|
1357
1374
|
|
1375
|
+
# **get_document_display_properties**
|
1376
|
+
> DisplayPropertiesResponse get_document_display_properties(name, opts)
|
1377
|
+
|
1378
|
+
Read document display properties.
|
1379
|
+
|
1380
|
+
### Parameters
|
1381
|
+
|
1382
|
+
Name | Type | Description | Notes
|
1383
|
+
------------- | ------------- | ------------- | -------------
|
1384
|
+
**name** | **String**| |
|
1385
|
+
**storage** | **String**| | [optional]
|
1386
|
+
**folder** | **String**| | [optional]
|
1387
|
+
|
1388
|
+
### Return type
|
1389
|
+
|
1390
|
+
[**DisplayPropertiesResponse**](DisplayPropertiesResponse.md)
|
1391
|
+
|
1392
|
+
### HTTP request headers
|
1393
|
+
|
1394
|
+
- **Content-Type**: application/json
|
1395
|
+
- **Accept**: application/json
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1358
1399
|
# **get_document_file_attachment_annotations**
|
1359
1400
|
> FileAttachmentAnnotationsResponse get_document_file_attachment_annotations(name, opts)
|
1360
1401
|
|
@@ -1475,6 +1516,30 @@ Name | Type | Description | Notes
|
|
1475
1516
|
|
1476
1517
|
|
1477
1518
|
|
1519
|
+
# **get_document_list_box_fields**
|
1520
|
+
> ListBoxFieldsResponse get_document_list_box_fields(name, opts)
|
1521
|
+
|
1522
|
+
Read document listbox fields.
|
1523
|
+
|
1524
|
+
### Parameters
|
1525
|
+
|
1526
|
+
Name | Type | Description | Notes
|
1527
|
+
------------- | ------------- | ------------- | -------------
|
1528
|
+
**name** | **String**| The document name. |
|
1529
|
+
**storage** | **String**| The document storage. | [optional]
|
1530
|
+
**folder** | **String**| The document folder. | [optional]
|
1531
|
+
|
1532
|
+
### Return type
|
1533
|
+
|
1534
|
+
[**ListBoxFieldsResponse**](ListBoxFieldsResponse.md)
|
1535
|
+
|
1536
|
+
### HTTP request headers
|
1537
|
+
|
1538
|
+
- **Content-Type**: application/json
|
1539
|
+
- **Accept**: application/json
|
1540
|
+
|
1541
|
+
|
1542
|
+
|
1478
1543
|
# **get_document_movie_annotations**
|
1479
1544
|
> MovieAnnotationsResponse get_document_movie_annotations(name, opts)
|
1480
1545
|
|
@@ -2588,7 +2653,7 @@ Name | Type | Description | Notes
|
|
2588
2653
|
# **get_la_te_x_in_storage_to_pdf**
|
2589
2654
|
> File get_la_te_x_in_storage_to_pdf(src_path, opts)
|
2590
2655
|
|
2591
|
-
Convert
|
2656
|
+
Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
2592
2657
|
|
2593
2658
|
### Parameters
|
2594
2659
|
|
@@ -2658,6 +2723,31 @@ Name | Type | Description | Notes
|
|
2658
2723
|
|
2659
2724
|
|
2660
2725
|
|
2726
|
+
# **get_list_box_field**
|
2727
|
+
> ListBoxFieldResponse get_list_box_field(name, field_name, opts)
|
2728
|
+
|
2729
|
+
Read document listbox field by name.
|
2730
|
+
|
2731
|
+
### Parameters
|
2732
|
+
|
2733
|
+
Name | Type | Description | Notes
|
2734
|
+
------------- | ------------- | ------------- | -------------
|
2735
|
+
**name** | **String**| The document name. |
|
2736
|
+
**field_name** | **String**| The field name. |
|
2737
|
+
**storage** | **String**| The document storage. | [optional]
|
2738
|
+
**folder** | **String**| The document folder. | [optional]
|
2739
|
+
|
2740
|
+
### Return type
|
2741
|
+
|
2742
|
+
[**ListBoxFieldResponse**](ListBoxFieldResponse.md)
|
2743
|
+
|
2744
|
+
### HTTP request headers
|
2745
|
+
|
2746
|
+
- **Content-Type**: application/json
|
2747
|
+
- **Accept**: application/json
|
2748
|
+
|
2749
|
+
|
2750
|
+
|
2661
2751
|
# **get_markdown_in_storage_to_pdf**
|
2662
2752
|
> File get_markdown_in_storage_to_pdf(src_path, opts)
|
2663
2753
|
|
@@ -3217,6 +3307,31 @@ Name | Type | Description | Notes
|
|
3217
3307
|
|
3218
3308
|
|
3219
3309
|
|
3310
|
+
# **get_page_list_box_fields**
|
3311
|
+
> ListBoxFieldsResponse get_page_list_box_fields(name, page_number, opts)
|
3312
|
+
|
3313
|
+
Read document page listbox fields.
|
3314
|
+
|
3315
|
+
### Parameters
|
3316
|
+
|
3317
|
+
Name | Type | Description | Notes
|
3318
|
+
------------- | ------------- | ------------- | -------------
|
3319
|
+
**name** | **String**| The document name. |
|
3320
|
+
**page_number** | **Integer**| The page number. |
|
3321
|
+
**storage** | **String**| The document storage. | [optional]
|
3322
|
+
**folder** | **String**| The document folder. | [optional]
|
3323
|
+
|
3324
|
+
### Return type
|
3325
|
+
|
3326
|
+
[**ListBoxFieldsResponse**](ListBoxFieldsResponse.md)
|
3327
|
+
|
3328
|
+
### HTTP request headers
|
3329
|
+
|
3330
|
+
- **Content-Type**: application/json
|
3331
|
+
- **Accept**: application/json
|
3332
|
+
|
3333
|
+
|
3334
|
+
|
3220
3335
|
# **get_page_movie_annotations**
|
3221
3336
|
> MovieAnnotationsResponse get_page_movie_annotations(name, page_number, opts)
|
3222
3337
|
|
@@ -3746,6 +3861,30 @@ Name | Type | Description | Notes
|
|
3746
3861
|
|
3747
3862
|
|
3748
3863
|
|
3864
|
+
# **get_pdf_a_in_storage_to_pdf**
|
3865
|
+
> File get_pdf_a_in_storage_to_pdf(src_path, opts)
|
3866
|
+
|
3867
|
+
Convert PDFA file (located on storage) to PDF format and return resulting file in response.
|
3868
|
+
|
3869
|
+
### Parameters
|
3870
|
+
|
3871
|
+
Name | Type | Description | Notes
|
3872
|
+
------------- | ------------- | ------------- | -------------
|
3873
|
+
**src_path** | **String**| Full source filename (ex. /folder1/folder2/template.pdf) |
|
3874
|
+
**dont_optimize** | **BOOLEAN**| If set, document resources will not be optimized. | [optional]
|
3875
|
+
**storage** | **String**| The document storage. | [optional]
|
3876
|
+
|
3877
|
+
### Return type
|
3878
|
+
|
3879
|
+
**File**
|
3880
|
+
|
3881
|
+
### HTTP request headers
|
3882
|
+
|
3883
|
+
- **Content-Type**: application/json
|
3884
|
+
- **Accept**: multipart/form-data
|
3885
|
+
|
3886
|
+
|
3887
|
+
|
3749
3888
|
# **get_pdf_in_storage_to_doc**
|
3750
3889
|
> File get_pdf_in_storage_to_doc(name, opts)
|
3751
3890
|
|
@@ -3843,6 +3982,7 @@ Name | Type | Description | Notes
|
|
3843
3982
|
**try_save_text_underlining_and_strikeouting_in_css** | **BOOLEAN**| PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
|
3844
3983
|
**folder** | **String**| The document folder. | [optional]
|
3845
3984
|
**storage** | **String**| The document storage. | [optional]
|
3985
|
+
**flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
|
3846
3986
|
|
3847
3987
|
### Return type
|
3848
3988
|
|
@@ -3858,14 +3998,13 @@ Name | Type | Description | Notes
|
|
3858
3998
|
# **get_pdf_in_storage_to_la_te_x**
|
3859
3999
|
> File get_pdf_in_storage_to_la_te_x(name, opts)
|
3860
4000
|
|
3861
|
-
Converts PDF document (located on storage) to
|
4001
|
+
Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
3862
4002
|
|
3863
4003
|
### Parameters
|
3864
4004
|
|
3865
4005
|
Name | Type | Description | Notes
|
3866
4006
|
------------- | ------------- | ------------- | -------------
|
3867
4007
|
**name** | **String**| The document name. |
|
3868
|
-
**pages_count** | **Integer**| Pages count. | [optional]
|
3869
4008
|
**folder** | **String**| The document folder. | [optional]
|
3870
4009
|
**storage** | **String**| The document storage. | [optional]
|
3871
4010
|
|
@@ -3980,6 +4119,30 @@ Name | Type | Description | Notes
|
|
3980
4119
|
|
3981
4120
|
|
3982
4121
|
|
4122
|
+
# **get_pdf_in_storage_to_te_x**
|
4123
|
+
> File get_pdf_in_storage_to_te_x(name, opts)
|
4124
|
+
|
4125
|
+
Converts PDF document (located on storage) to TeX format and returns resulting file in response content
|
4126
|
+
|
4127
|
+
### Parameters
|
4128
|
+
|
4129
|
+
Name | Type | Description | Notes
|
4130
|
+
------------- | ------------- | ------------- | -------------
|
4131
|
+
**name** | **String**| The document name. |
|
4132
|
+
**folder** | **String**| The document folder. | [optional]
|
4133
|
+
**storage** | **String**| The document storage. | [optional]
|
4134
|
+
|
4135
|
+
### Return type
|
4136
|
+
|
4137
|
+
**File**
|
4138
|
+
|
4139
|
+
### HTTP request headers
|
4140
|
+
|
4141
|
+
- **Content-Type**: application/json
|
4142
|
+
- **Accept**: multipart/form-data
|
4143
|
+
|
4144
|
+
|
4145
|
+
|
3983
4146
|
# **get_pdf_in_storage_to_tiff**
|
3984
4147
|
> File get_pdf_in_storage_to_tiff(name, opts)
|
3985
4148
|
|
@@ -4577,6 +4740,29 @@ Name | Type | Description | Notes
|
|
4577
4740
|
|
4578
4741
|
|
4579
4742
|
|
4743
|
+
# **get_te_x_in_storage_to_pdf**
|
4744
|
+
> File get_te_x_in_storage_to_pdf(src_path, opts)
|
4745
|
+
|
4746
|
+
Convert TeX file (located on storage) to PDF format and return resulting file in response.
|
4747
|
+
|
4748
|
+
### Parameters
|
4749
|
+
|
4750
|
+
Name | Type | Description | Notes
|
4751
|
+
------------- | ------------- | ------------- | -------------
|
4752
|
+
**src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
|
4753
|
+
**storage** | **String**| The document storage. | [optional]
|
4754
|
+
|
4755
|
+
### Return type
|
4756
|
+
|
4757
|
+
**File**
|
4758
|
+
|
4759
|
+
### HTTP request headers
|
4760
|
+
|
4761
|
+
- **Content-Type**: application/json
|
4762
|
+
- **Accept**: multipart/form-data
|
4763
|
+
|
4764
|
+
|
4765
|
+
|
4580
4766
|
# **get_text**
|
4581
4767
|
> TextRectsResponse get_text(name, llx, lly, urx, ury, opts)
|
4582
4768
|
|
@@ -4968,7 +5154,7 @@ Add document bookmarks.
|
|
4968
5154
|
Name | Type | Description | Notes
|
4969
5155
|
------------- | ------------- | ------------- | -------------
|
4970
5156
|
**name** | **String**| The document name. |
|
4971
|
-
**bookmark_path** | **String**| The bookmark path. |
|
5157
|
+
**bookmark_path** | **String**| The parent bookmark path. Specify an empty string when adding a bookmark to the root. |
|
4972
5158
|
**bookmarks** | [**Array<Bookmark>**](Bookmark.md)| The array of bookmark. |
|
4973
5159
|
**folder** | **String**| The document folder. | [optional]
|
4974
5160
|
**storage** | **String**| The document storage. | [optional]
|
@@ -5061,6 +5247,31 @@ Name | Type | Description | Notes
|
|
5061
5247
|
|
5062
5248
|
|
5063
5249
|
|
5250
|
+
# **post_create_document**
|
5251
|
+
> DocumentResponse post_create_document(name, document_config, opts)
|
5252
|
+
|
5253
|
+
Create empty document.
|
5254
|
+
|
5255
|
+
### Parameters
|
5256
|
+
|
5257
|
+
Name | Type | Description | Notes
|
5258
|
+
------------- | ------------- | ------------- | -------------
|
5259
|
+
**name** | **String**| The new document name. |
|
5260
|
+
**document_config** | [**DocumentConfig**](DocumentConfig.md)| The document config for new document. |
|
5261
|
+
**storage** | **String**| The document storage. | [optional]
|
5262
|
+
**folder** | **String**| The new document folder. | [optional]
|
5263
|
+
|
5264
|
+
### Return type
|
5265
|
+
|
5266
|
+
[**DocumentResponse**](DocumentResponse.md)
|
5267
|
+
|
5268
|
+
### HTTP request headers
|
5269
|
+
|
5270
|
+
- **Content-Type**: application/json
|
5271
|
+
- **Accept**: application/json
|
5272
|
+
|
5273
|
+
|
5274
|
+
|
5064
5275
|
# **post_create_field**
|
5065
5276
|
> AsposeResponse post_create_field(name, page, field, opts)
|
5066
5277
|
|
@@ -5434,6 +5645,31 @@ Name | Type | Description | Notes
|
|
5434
5645
|
|
5435
5646
|
|
5436
5647
|
|
5648
|
+
# **post_list_box_fields**
|
5649
|
+
> AsposeResponse post_list_box_fields(name, fields, opts)
|
5650
|
+
|
5651
|
+
Add document listbox fields.
|
5652
|
+
|
5653
|
+
### Parameters
|
5654
|
+
|
5655
|
+
Name | Type | Description | Notes
|
5656
|
+
------------- | ------------- | ------------- | -------------
|
5657
|
+
**name** | **String**| The document name. |
|
5658
|
+
**fields** | [**Array<ListBoxField>**](ListBoxField.md)| The array of field. |
|
5659
|
+
**storage** | **String**| The document storage. | [optional]
|
5660
|
+
**folder** | **String**| The document folder. | [optional]
|
5661
|
+
|
5662
|
+
### Return type
|
5663
|
+
|
5664
|
+
[**AsposeResponse**](AsposeResponse.md)
|
5665
|
+
|
5666
|
+
### HTTP request headers
|
5667
|
+
|
5668
|
+
- **Content-Type**: application/json
|
5669
|
+
- **Accept**: application/json
|
5670
|
+
|
5671
|
+
|
5672
|
+
|
5437
5673
|
# **post_move_page**
|
5438
5674
|
> AsposeResponse post_move_page(name, page_number, new_index, opts)
|
5439
5675
|
|
@@ -6264,6 +6500,31 @@ Name | Type | Description | Notes
|
|
6264
6500
|
|
6265
6501
|
|
6266
6502
|
|
6503
|
+
# **post_signature_field**
|
6504
|
+
> AsposeResponse post_signature_field(name, field, opts)
|
6505
|
+
|
6506
|
+
Add document signature field.
|
6507
|
+
|
6508
|
+
### Parameters
|
6509
|
+
|
6510
|
+
Name | Type | Description | Notes
|
6511
|
+
------------- | ------------- | ------------- | -------------
|
6512
|
+
**name** | **String**| The document name. |
|
6513
|
+
**field** | [**SignatureField**](SignatureField.md)| The field. |
|
6514
|
+
**storage** | **String**| The document storage. | [optional]
|
6515
|
+
**folder** | **String**| The document folder. | [optional]
|
6516
|
+
|
6517
|
+
### Return type
|
6518
|
+
|
6519
|
+
[**AsposeResponse**](AsposeResponse.md)
|
6520
|
+
|
6521
|
+
### HTTP request headers
|
6522
|
+
|
6523
|
+
- **Content-Type**: application/json
|
6524
|
+
- **Accept**: application/json
|
6525
|
+
|
6526
|
+
|
6527
|
+
|
6267
6528
|
# **post_split_document**
|
6268
6529
|
> SplitResultResponse post_split_document(name, opts)
|
6269
6530
|
|
@@ -6599,6 +6860,31 @@ Name | Type | Description | Notes
|
|
6599
6860
|
|
6600
6861
|
|
6601
6862
|
|
6863
|
+
# **put_document_display_properties**
|
6864
|
+
> DisplayPropertiesResponse put_document_display_properties(name, display_properties, opts)
|
6865
|
+
|
6866
|
+
Update document display properties.
|
6867
|
+
|
6868
|
+
### Parameters
|
6869
|
+
|
6870
|
+
Name | Type | Description | Notes
|
6871
|
+
------------- | ------------- | ------------- | -------------
|
6872
|
+
**name** | **String**| The document name. |
|
6873
|
+
**display_properties** | [**DisplayProperties**](DisplayProperties.md)| The display properties. |
|
6874
|
+
**storage** | **String**| The document storage. | [optional]
|
6875
|
+
**folder** | **String**| The document folder. | [optional]
|
6876
|
+
|
6877
|
+
### Return type
|
6878
|
+
|
6879
|
+
[**DisplayPropertiesResponse**](DisplayPropertiesResponse.md)
|
6880
|
+
|
6881
|
+
### HTTP request headers
|
6882
|
+
|
6883
|
+
- **Content-Type**: application/json
|
6884
|
+
- **Accept**: application/json
|
6885
|
+
|
6886
|
+
|
6887
|
+
|
6602
6888
|
# **put_encrypt_document**
|
6603
6889
|
> AsposeResponse put_encrypt_document(out_path, user_password, owner_password, crypto_algorithm, opts)
|
6604
6890
|
|
@@ -7242,7 +7528,7 @@ Name | Type | Description | Notes
|
|
7242
7528
|
# **put_la_te_x_in_storage_to_pdf**
|
7243
7529
|
> AsposeResponse put_la_te_x_in_storage_to_pdf(name, src_path, opts)
|
7244
7530
|
|
7245
|
-
Convert
|
7531
|
+
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
7246
7532
|
|
7247
7533
|
### Parameters
|
7248
7534
|
|
@@ -7316,6 +7602,32 @@ Name | Type | Description | Notes
|
|
7316
7602
|
|
7317
7603
|
|
7318
7604
|
|
7605
|
+
# **put_list_box_field**
|
7606
|
+
> ListBoxFieldResponse put_list_box_field(name, field_name, field, opts)
|
7607
|
+
|
7608
|
+
Replace document listbox field
|
7609
|
+
|
7610
|
+
### Parameters
|
7611
|
+
|
7612
|
+
Name | Type | Description | Notes
|
7613
|
+
------------- | ------------- | ------------- | -------------
|
7614
|
+
**name** | **String**| The document name. |
|
7615
|
+
**field_name** | **String**| The field name. |
|
7616
|
+
**field** | [**ListBoxField**](ListBoxField.md)| The field. |
|
7617
|
+
**storage** | **String**| The document storage. | [optional]
|
7618
|
+
**folder** | **String**| The document folder. | [optional]
|
7619
|
+
|
7620
|
+
### Return type
|
7621
|
+
|
7622
|
+
[**ListBoxFieldResponse**](ListBoxFieldResponse.md)
|
7623
|
+
|
7624
|
+
### HTTP request headers
|
7625
|
+
|
7626
|
+
- **Content-Type**: application/json
|
7627
|
+
- **Accept**: application/json
|
7628
|
+
|
7629
|
+
|
7630
|
+
|
7319
7631
|
# **put_markdown_in_storage_to_pdf**
|
7320
7632
|
> AsposeResponse put_markdown_in_storage_to_pdf(name, src_path, opts)
|
7321
7633
|
|
@@ -7636,6 +7948,32 @@ Name | Type | Description | Notes
|
|
7636
7948
|
|
7637
7949
|
|
7638
7950
|
|
7951
|
+
# **put_pdf_a_in_storage_to_pdf**
|
7952
|
+
> AsposeResponse put_pdf_a_in_storage_to_pdf(name, src_path, opts)
|
7953
|
+
|
7954
|
+
Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
|
7955
|
+
|
7956
|
+
### Parameters
|
7957
|
+
|
7958
|
+
Name | Type | Description | Notes
|
7959
|
+
------------- | ------------- | ------------- | -------------
|
7960
|
+
**name** | **String**| The document name. |
|
7961
|
+
**src_path** | **String**| Full source filename (ex. /folder1/folder2/template.pdf) |
|
7962
|
+
**dst_folder** | **String**| The destination document folder. | [optional]
|
7963
|
+
**dont_optimize** | **BOOLEAN**| If set, document resources will not be optimized. | [optional]
|
7964
|
+
**storage** | **String**| The document storage. | [optional]
|
7965
|
+
|
7966
|
+
### Return type
|
7967
|
+
|
7968
|
+
[**AsposeResponse**](AsposeResponse.md)
|
7969
|
+
|
7970
|
+
### HTTP request headers
|
7971
|
+
|
7972
|
+
- **Content-Type**: application/json
|
7973
|
+
- **Accept**: application/json
|
7974
|
+
|
7975
|
+
|
7976
|
+
|
7639
7977
|
# **put_pdf_in_request_to_doc**
|
7640
7978
|
> AsposeResponse put_pdf_in_request_to_doc(out_path, opts)
|
7641
7979
|
|
@@ -7732,6 +8070,7 @@ Name | Type | Description | Notes
|
|
7732
8070
|
**special_folder_for_svg_images** | **String**| The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. | [optional]
|
7733
8071
|
**try_save_text_underlining_and_strikeouting_in_css** | **BOOLEAN**| PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
|
7734
8072
|
**storage** | **String**| The document storage. | [optional]
|
8073
|
+
**flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
|
7735
8074
|
**file** | **File**| A file to be converted. | [optional]
|
7736
8075
|
|
7737
8076
|
### Return type
|
@@ -7748,14 +8087,13 @@ Name | Type | Description | Notes
|
|
7748
8087
|
# **put_pdf_in_request_to_la_te_x**
|
7749
8088
|
> AsposeResponse put_pdf_in_request_to_la_te_x(out_path, opts)
|
7750
8089
|
|
7751
|
-
Converts PDF document (in request content) to
|
8090
|
+
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
7752
8091
|
|
7753
8092
|
### Parameters
|
7754
8093
|
|
7755
8094
|
Name | Type | Description | Notes
|
7756
8095
|
------------- | ------------- | ------------- | -------------
|
7757
8096
|
**out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
|
7758
|
-
**pages_count** | **Integer**| Pages count. | [optional]
|
7759
8097
|
**storage** | **String**| The document storage. | [optional]
|
7760
8098
|
**file** | **File**| A file to be converted. | [optional]
|
7761
8099
|
|
@@ -7869,6 +8207,30 @@ Name | Type | Description | Notes
|
|
7869
8207
|
|
7870
8208
|
|
7871
8209
|
|
8210
|
+
# **put_pdf_in_request_to_te_x**
|
8211
|
+
> AsposeResponse put_pdf_in_request_to_te_x(out_path, opts)
|
8212
|
+
|
8213
|
+
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
|
8214
|
+
|
8215
|
+
### Parameters
|
8216
|
+
|
8217
|
+
Name | Type | Description | Notes
|
8218
|
+
------------- | ------------- | ------------- | -------------
|
8219
|
+
**out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
|
8220
|
+
**storage** | **String**| The document storage. | [optional]
|
8221
|
+
**file** | **File**| A file to be converted. | [optional]
|
8222
|
+
|
8223
|
+
### Return type
|
8224
|
+
|
8225
|
+
[**AsposeResponse**](AsposeResponse.md)
|
8226
|
+
|
8227
|
+
### HTTP request headers
|
8228
|
+
|
8229
|
+
- **Content-Type**: multipart/form-data
|
8230
|
+
- **Accept**: application/json
|
8231
|
+
|
8232
|
+
|
8233
|
+
|
7872
8234
|
# **put_pdf_in_request_to_tiff**
|
7873
8235
|
> AsposeResponse put_pdf_in_request_to_tiff(out_path, opts)
|
7874
8236
|
|
@@ -8112,6 +8474,7 @@ Name | Type | Description | Notes
|
|
8112
8474
|
**try_save_text_underlining_and_strikeouting_in_css** | **BOOLEAN**| PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
|
8113
8475
|
**folder** | **String**| The document folder. | [optional]
|
8114
8476
|
**storage** | **String**| The document storage. | [optional]
|
8477
|
+
**flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
|
8115
8478
|
|
8116
8479
|
### Return type
|
8117
8480
|
|
@@ -8127,7 +8490,7 @@ Name | Type | Description | Notes
|
|
8127
8490
|
# **put_pdf_in_storage_to_la_te_x**
|
8128
8491
|
> AsposeResponse put_pdf_in_storage_to_la_te_x(name, out_path, opts)
|
8129
8492
|
|
8130
|
-
Converts PDF document (located on storage) to
|
8493
|
+
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
8131
8494
|
|
8132
8495
|
### Parameters
|
8133
8496
|
|
@@ -8135,7 +8498,6 @@ Name | Type | Description | Notes
|
|
8135
8498
|
------------- | ------------- | ------------- | -------------
|
8136
8499
|
**name** | **String**| The document name. |
|
8137
8500
|
**out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
|
8138
|
-
**pages_count** | **Integer**| Pages count. | [optional]
|
8139
8501
|
**folder** | **String**| The document folder. | [optional]
|
8140
8502
|
**storage** | **String**| The document storage. | [optional]
|
8141
8503
|
|
@@ -8253,6 +8615,31 @@ Name | Type | Description | Notes
|
|
8253
8615
|
|
8254
8616
|
|
8255
8617
|
|
8618
|
+
# **put_pdf_in_storage_to_te_x**
|
8619
|
+
> AsposeResponse put_pdf_in_storage_to_te_x(name, out_path, opts)
|
8620
|
+
|
8621
|
+
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
|
8622
|
+
|
8623
|
+
### Parameters
|
8624
|
+
|
8625
|
+
Name | Type | Description | Notes
|
8626
|
+
------------- | ------------- | ------------- | -------------
|
8627
|
+
**name** | **String**| The document name. |
|
8628
|
+
**out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
|
8629
|
+
**folder** | **String**| The document folder. | [optional]
|
8630
|
+
**storage** | **String**| The document storage. | [optional]
|
8631
|
+
|
8632
|
+
### Return type
|
8633
|
+
|
8634
|
+
[**AsposeResponse**](AsposeResponse.md)
|
8635
|
+
|
8636
|
+
### HTTP request headers
|
8637
|
+
|
8638
|
+
- **Content-Type**: application/json
|
8639
|
+
- **Accept**: application/json
|
8640
|
+
|
8641
|
+
|
8642
|
+
|
8256
8643
|
# **put_pdf_in_storage_to_tiff**
|
8257
8644
|
> AsposeResponse put_pdf_in_storage_to_tiff(name, out_path, opts)
|
8258
8645
|
|
@@ -8711,6 +9098,32 @@ Name | Type | Description | Notes
|
|
8711
9098
|
|
8712
9099
|
|
8713
9100
|
|
9101
|
+
# **put_signature_field**
|
9102
|
+
> SignatureFieldResponse put_signature_field(name, field_name, field, opts)
|
9103
|
+
|
9104
|
+
Replace document signature field.
|
9105
|
+
|
9106
|
+
### Parameters
|
9107
|
+
|
9108
|
+
Name | Type | Description | Notes
|
9109
|
+
------------- | ------------- | ------------- | -------------
|
9110
|
+
**name** | **String**| The document name. |
|
9111
|
+
**field_name** | **String**| The field name. |
|
9112
|
+
**field** | [**SignatureField**](SignatureField.md)| The field. |
|
9113
|
+
**storage** | **String**| The document storage. | [optional]
|
9114
|
+
**folder** | **String**| The document folder. | [optional]
|
9115
|
+
|
9116
|
+
### Return type
|
9117
|
+
|
9118
|
+
[**SignatureFieldResponse**](SignatureFieldResponse.md)
|
9119
|
+
|
9120
|
+
### HTTP request headers
|
9121
|
+
|
9122
|
+
- **Content-Type**: application/json
|
9123
|
+
- **Accept**: application/json
|
9124
|
+
|
9125
|
+
|
9126
|
+
|
8714
9127
|
# **put_sound_annotation**
|
8715
9128
|
> SoundAnnotationResponse put_sound_annotation(name, annotation_id, annotation, opts)
|
8716
9129
|
|
@@ -8952,6 +9365,31 @@ Name | Type | Description | Notes
|
|
8952
9365
|
|
8953
9366
|
|
8954
9367
|
|
9368
|
+
# **put_te_x_in_storage_to_pdf**
|
9369
|
+
> AsposeResponse put_te_x_in_storage_to_pdf(name, src_path, opts)
|
9370
|
+
|
9371
|
+
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
|
9372
|
+
|
9373
|
+
### Parameters
|
9374
|
+
|
9375
|
+
Name | Type | Description | Notes
|
9376
|
+
------------- | ------------- | ------------- | -------------
|
9377
|
+
**name** | **String**| The document name. |
|
9378
|
+
**src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
|
9379
|
+
**dst_folder** | **String**| The destination document folder. | [optional]
|
9380
|
+
**storage** | **String**| The document storage. | [optional]
|
9381
|
+
|
9382
|
+
### Return type
|
9383
|
+
|
9384
|
+
[**AsposeResponse**](AsposeResponse.md)
|
9385
|
+
|
9386
|
+
### HTTP request headers
|
9387
|
+
|
9388
|
+
- **Content-Type**: application/json
|
9389
|
+
- **Accept**: application/json
|
9390
|
+
|
9391
|
+
|
9392
|
+
|
8955
9393
|
# **put_text_annotation**
|
8956
9394
|
> TextAnnotationResponse put_text_annotation(name, annotation_id, annotation, opts)
|
8957
9395
|
|