Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 3,007 for

one

(0.07 sec)
  1. Page Description Language (PDL) Archive - File ...

    File Format News – View Articles and News Stories about Page Description Language (PDL) and Page Layout file formats from our Archives....comments 0 1 Why does one PDF display and another one download? Page...

    news.fileformat.com/t/page description language
  2. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....from several documents into one document curl -v "https://api...'FileInfo': { 'FilePath': 'Pdf/one-page-password.pdf', 'Password':...

    docs.groupdocs.cloud/merger/import-attachment/
  3. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....ObjectExistsRequest ( "conversions/one-page.docx" , Common . MyStorage...xistsRequest ( "conversions\one-page.docx" , CommonUtils :: $MyStorage...

    docs.groupdocs.cloud/conversion/working-with-st...
  4. Gateway timeout while converting msg to pdf - F...

    Hi there! I’ve an issue with converting MSG to PDF. I’ve the following code, which is in essence the same as in the tutorial.s const uploadPath = `UploadedDocs/${fileName}`; this.logger.log(`Uploading msg file …...log(`${fileName}: More than one converted PDF. Merging into one...`); const joinOptions...pdfs that should be merged into one. I’m using “groupdocs-conversion-cloud”:...

    forum.groupdocs.cloud/t/gateway-timeout-while-c...
  5. 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.... one by one then combine them into one document and...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  6. Drupal Document Viewer Module | GroupDocs

    Aspose File Format APIs updates, new feature announcements, enhancements and fixes. Aspose Newsletter - February 2017...Newsletter February, 2017 All-in-One Documents Manipulation APIs Suite...front end or extend the existing one. We would recommend you to explore...

    blog.groupdocs.cloud/viewer/product-updates-new...
  7. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....token>" \ - d "{ \"FilePath\": \"one-page.docx\"}" Response 200 OK...= new FileInfo { FilePath = "one-page.docx" }; var request = new...

    docs.groupdocs.cloud/annotation/delete-pages/
  8. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "One-page.pdf", "size": 17958, "url": "converted/One-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...ConversionResult example [ { "name" : "one-page.pdf" , "size" : 17958 ,... "url" : "converted/one-page.pdf" }, ... ] ConversionResult fields...

    docs.groupdocs.cloud/conversion/conversionresult/
  9. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and comments selected text API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/text-highlight-...
  10. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/area-annotation/