Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 5,959 for

data

(0.07 sec)
  1. convert TIFF to PDF online

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metaData, paraphrase, classify, repair, and translate documents of almost all the popular file formats....customizable settings and secure data handling.....

    blog.groupdocs.cloud/tag/convert-tiff-to-pdf-on...
  2. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metaData, paraphrase, classify, repair, and translate documents of almost all the popular file formats....previously created files for data referencing or when different...previously created slideshows for data referencing or when different...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  3. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metaData source when saving resultant file. Files have metaData information – author, organization, etc. Possible metaData sources are: Source file metaData; Target file metaData; User-defined metaData. The following code demonstrates how to set resultant file metaData. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/comparison/set-document-me...
  4. PSPIMAGE File Format - PaintShop Pro Image File

    Learn about PSPIMAGE file format and APIs that can create and open PSPIMAGE files.... It supports saving image data in both raster and vector file...disc as binary files and their data can only be analyzed in a HEX...

    docs.fileformat.com/image/pspimage/
  5. excel to csv

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metaData, paraphrase, classify, repair, and translate documents of almost all the popular file formats....unleash the full potential of your data processing workflows with ease...

    blog.groupdocs.cloud/tag/excel-to-csv/
  6. Engineering | Our Success Stories | Python.org

    The official home of the Python Programming Language...Success stories home Arts Business Data Science Education Engineering...

    www.python.org/success-stories/category/enginee...
  7. RevisionInfo | Documentation

    RevisionInfo Data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author...Comparison Cloud / Developer Guide / Data structures / RevisionInfo RevisionInfo...Leave feedback RevisionInfo data structure returned by “POST”...

    docs.groupdocs.cloud/comparison/revisioninfo/
  8. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions Data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Comparison Cloud / Developer Guide / Data structures / ApplyRevisionsOption...feedback ApplyRevisionsOption data structure defines options for...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  9. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  10. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/render-project-time...