This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign PDF Documents with QR Code using a REST API in Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compare two or more Word documents using a REST API in Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Convert Excel Spreadsheets XLS, XLSX to PDF in Python | |
# Set your APP KEY and APP SID obtained from dashboard.groupdocs.cloud | |
apiInstance = groupdocs_conversion_cloud.ConvertApi.from_keys(Common.app_sid, Common.app_key) | |
# Prepare convert settings | |
settings = groupdocs_conversion_cloud.ConvertSettings() | |
settings.file_path = "Resources/spreadsheet.xlsx" | |
settings.format = "pdf" | |
# Load Options and Output settings | |
loadOptions = groupdocs_conversion_cloud.SpreadsheetLoadOptions() | |
loadOptions.one_page_per_sheet = True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Programmatically Convert EML file to PDF in Python using GroupDocs.Conversion Cloud API | |
configuration = groupdocs_conversion_cloud.Configuration("<< CLIENT_ID >>", "<< CLIENT_SECRET >>") | |
configuration.api_base_url = "https://api.groupdocs.cloud" | |
# Create API instances | |
apiInstance = groupdocs_conversion_cloud.ConvertApi.from_config(configuration) | |
# Conversion settings | |
settings = groupdocs_conversion_cloud.ConvertSettings() | |
settings.file_path = "filepath/email.eml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Extract images from Word documents, Excel spreadsheets, Presentations in Python. | |
options.file_info.file_path = "documents/doc-with-images.docx" | |
# Just change the document path according to requirement (doc/docx, xls/xlsx, ppt/pptx, ...) | |
request = groupdocs_parser_cloud.ImagesRequest(options) | |
result = parseApi.images(request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Viewer-Android-V2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GroupDocs.Translation Cloud-Java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GroupDocs.Translation Cloud-Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GroupDocs.Translation Cloud CSharp Examples |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Metadata-Java |
NewerOlder