Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 2,998 for

one

(0.04 sec)
  1. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into One resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....pages from joined documents into one resultant document by specifying...from several documents into one document curl -v "https://api...

    docs.groupdocs.cloud/merger/join-document-pages/
  2. 401 Unauthorized reoccurring - Free Support For...

    Hi, Im using the groupdocs-conversion-cloud, version 21.12. I have random and reoccurring incidents of getting “401 Unauthorized” on files that were previously fine, and with the same credentials for groupdocs. those i…...Please note JWT Access token has one day lifetime. So if you are consuming...

    forum.groupdocs.cloud/t/401-unauthorized-reoccu...
  3. Cloud SDK PHP Drops or Moves Images - Free Supp...

    We have an XLS file which will print-to-pdf just fine in Excel, but when run through the SDK, the header image, embedded into the spreadsheet, is moved downward or removed altogether in the resulting PDF. I’ve confirmed…...undefined, but it will be fixed in one of future versions aspose.notifier...

    forum.groupdocs.cloud/t/cloud-sdk-php-drops-or-...
  4. Setting content language | Documentation

    How to specify a language of the processed text...." , "suggestions" : "One" , "diversityDegree" : "Off"...

    docs.groupdocs.cloud/rewriter/languages/
  5. Convert XML to PDF in Python using REST API

    Convert XML to PDF file fast online using GroupDocs.Conversion Cloud REST API. This article is about how to convert XML to PDF in Python using REST API.... It is one of the most popular file formats...online free converter ? Yes, no one has access to your uploaded files...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  6. Insert Watermark in Excel File in Java using RE...

    Learn how to insert watermark in Excel files using the Excel watermarking REST API and Java SDK. Enhance document security & branding with GroupDocs.Watermark....storage: Upload all files one by one using Upload File API from...

    blog.groupdocs.cloud/watermark/how-to-add-water...
  7. GroupDocs Customer Newsletter – June 2015

    GroupDocs.Comparison for .NET is a multi-format document comparison library that allows to compare two Word, PDF, Excel, PowerPoint, plain text or HTML files....NET products packaged into one product suite. GroupDocs.Total...Java products packaged into one product suite. GroupDocs.Viewer...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  8. Document Signing issue in JavaScript using Grou...

    Hi, It is our pleasure to inform you that, we’ve found your service of signing documents online via clouds APIs is very good and authentic. After creating a trial account we tried using your Document Signing service and…...everything was working fine, except one issue which we faced and the...pleasure and honor, if we could be one among your valued long-term Customer...

    forum.groupdocs.cloud/t/document-signing-issue-...
  9. Signature envelope expiration - Free Support Fo...

    Hi, Using cloud signature api. When does the envelope expire email go out - in how many days? Also when does reminder emails go out? I’m sure all other emails are sent instantly. Thanks... If one step expire - the whole envelope...

    forum.groupdocs.cloud/t/signature-envelope-expi...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Options Array with at least one SignOptions that specifies Signature...

    docs.groupdocs.cloud/signature/signsettings/