Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 400,626 for

document

(0.48 sec)
  1. ContentDisposition | Aspose.Words for Java

    Enumerates different ways of presenting the Document at the client browser in Java....different ways of presenting the document at the client browser. Remarks:...then save the document to the client browser. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  2. OpenAiModel.translate method | Aspose.Words for...

    OpenAiModel.translate method. Translates the provided Document into the specified target language...targetLanguage) Translates the provided document into the specified target...sourceDocument : Aspose . Words . Document , targetLanguage : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::AI::OpenAiModel::Translate metho...

    Aspose::Words::AI::OpenAiModel::Translate method. Translates the provided Document into the specified target language. This operation leverages the connected AI model for content translating in C++....method Translates the provided document into the specified target...SharedPtr < Aspose :: Words :: Document > Aspose :: Words :: AI ::...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  4. CustomDocumentProperties class | Aspose.Words f...

    Aspose.Words.Properties.CustomDocumentProperties class. A collection of custom Document properties...class A collection of custom document properties. To learn more...the Work with Document Properties documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Add and Delete a Bookmark|Aspose.PDF for .NET

    You can add a bookmark to a PDF Document with C#. It is possible to delete all or particular bookmarks from a PDF Document....to a PDF Document Bookmarks are held in the Document object’s...a PDF: Open a PDF document using Document object. Create a bookmark...

    docs.aspose.com/pdf/net/add-and-delete-bookmark/
  6. StructuredDocumentTag.contents_font property | ...

    StructuredDocumentTag.contents_font property. Font formatting that will be applied to text entered into SDT....how to create a structured document tag in a plain text box and...doc = aw . Document () # Create a structured document tag that...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with PDF File Metadata|Aspose.PDF for P...

    Learn how to work with PDF file metadata and extract Document properties using Aspose.PDF in PHP/Java....‘docInfo’ object using the Document class getInfo() . Once the...information. // Open document $document = new Document ( $inputFile );...

    docs.aspose.com/pdf/php-java/pdf-file-metadata/
  8. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the Document as calculated by the most recent page layout operation....pageCount property Document.pageCount property Gets the number...number of pages in the document as calculated by the most recent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....content, and saves the updated document. This approach is useful for...a PDF. Load the input PDF document. Access forms on the first...

    docs.aspose.com/pdf/python-net/modifying-form/
  10. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a Document in Java....saving a document. Examples: Shows how to manage a document while...Exception { Document doc = new Document(getMyDir() + "Big document.docx");...

    reference.aspose.com/words/java/com.aspose.word...