Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 77 for

model

(0.08 sec)
  1. Convert Microsoft Word to PDF in C# using Aspos...

    Hi, I am using the code snippet, to convert pdf to doc however the image and highlighting is missing WordsApi wordsApi = new WordsApi(Common.APP_KEY, Common.APP_SID, Common.BASEPATH); StorageApi storageApi = new Stora…...Model.SaveOptionsData body = new Com...Com.Aspose.Words.Model.SaveOptionsData(); body.SaveFormat = "pdf";...

    forum.aspose.cloud/t/convert-microsoft-word-to-...
  2. Add Bookmarks via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to add Bookmarks to a PDF Document. Check the Node.js source code to add Bookmarks into PDF file....} from "asposepdfcloud/src/models/color.js" ; import { Link }...} from "asposepdfcloud/src/models/link.js" ; import { Bookmark...

    products.aspose.cloud/pdf/nodejs/bookmarks/add/
  3. Remove Text from PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to remove a Text from a PDF Document. Check the Python source code to delete a Text from PDF file.... models . Rectangle ( 100 , 100 , 300...text_replace = asposepdfcloud . models . TextReplace ( old_value =...

    products.aspose.cloud/pdf/python/text/remove/
  4. Containerize.IdentityServer - Single sign-on to...

    Containerize.IdentityServer - Single sign-on to access all applications and services of Aspose Pty Ltd....In to your account Error: {{model.errorMessage}} User Name/Email...

    id.containerize.com/login
  5. Add Metadata via Cloud Python SDK

    Aspose.PDF Cloud allows you to add a Metadata to a PDF Document. Check the Python source code to add a Metadata into PDF file.... models . XmpMetadata ( properties...Default property asposepdfcloud . models . XmpMetadataProperty ( key...

    products.aspose.cloud/pdf/python/metadata/add/
  6. Update Metadata in PDF Document via Cloud Pytho...

    This topic shows you how to update all of the metadata from the PDF document using Aspose.PDF Cloud API in your applications.... models . XmpMetadata ( properties...defined property asposepdfcloud . models . XmpMetadataProperty ( key...

    products.aspose.cloud/pdf/python/metadata/update/
  7. Remove Metadata in PDF Document via Cloud Pytho...

    The following article shows how to delete a metadata from a PDF document using Aspose.PDF Cloud Python SDK.... models . XmpMetadata ( properties...default property asposepdfcloud . models . XmpMetadataProperty ( key...

    products.aspose.cloud/pdf/python/metadata/remove/
  8. Facing MaxRetryError When Converting Word Docum...

    Hello, I’m currently involved in a project that requires converting large Word documents (over 100MB) into PDF format using Aspose. For most files under 50MB, the conversion process works fine. However, for documents la…...models.requests.ConvertDocumentReque(document=doc...

    forum.aspose.cloud/t/facing-maxretryerror-when-...
  9. Issue with Aspose.WordsCloud DrawingObjectInser...

    We are facing an issue when inserting SVG images into Word documents using aspose-words-cloud==23.2.0 and the latest version aspose-words-cloud==24.9.0 also. The code runs without errors, and everything was working perfe…...models.requests.InsertDrawingObjectO(...

    forum.aspose.cloud/t/issue-with-aspose-wordsclo...
  10. Add Image in Footer of PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to Add Image in Footer of PDF Document. Check the Node.js source code to add Footer into PDF file....} from "asposepdfcloud/src/models/imageFooter.js" ; import {...} from "asposepdfcloud/src/models/horizontalAlignment.js" ; const...

    products.aspose.cloud/pdf/nodejs/footer/image/