Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 424,259 for

document

(0.31 sec)
  1. RtfSaveOptions.SaveImagesAsWmf | Aspose.Words f...

    Discover how the RtfSaveOptions SaveImagesAsWmf property enhances your Document by saving all images as WMF for superior quality and compatibility....to convert all images in a document to the Windows Metafile format...save the document as an RTF. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Saving::ExportHeadersFootersMode...

    Aspose::Words::Saving::ExportHeadersFootersMode enum. Specifies how headers and footers are exported to HTML, MHTML or EPUB in C++....exported at the beginning of the document and primary footer is at the...headers/footers when saving a document to HTML. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Add Text Stamp to PDF using Java | Aspose.PDF

    Add text stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....</dependency> Add Text Stamp to PDF Document Java You need Aspose.PDF for...instance of Document. Open a PDF document using Document object....

    products.aspose.com/pdf/java/stamps/text/
  4. XmlMapping.XPath | Aspose.Words for .NET

    Discover how XmlMapping's XPath property efficiently locates custom XML nodes, enhancing your structured Document management with precision and ease....mapped to the parent structured document tag. public string XPath {...custom XML parts. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Aspose::Words::Paragraph::Paragraph constructor...

    Aspose::Words::Paragraph::Paragraph constructor. Initializes a new instance of the Paragraph class in C++....:DocumentBase>& The owner document. Remarks When Paragraph is...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex Documents that contain images, text fragments, and tables in one Document....simple steps to create a PDF document using Aspose.PDF. In this...at creating a more complex document with Aspose.PDF for PHP via...

    docs.aspose.com/pdf/php-java/complex-pdf-example/
  7. Convert PDF to PDF/A formats|Aspose.PDF for Java

    Learn how to convert PDF files to PDF/A format for long-term archiving and compliance with Document preservation standards using Aspose.PDF in Java.... // Open document Document document = new Document ( DATA_DIR...Convert to PDF/A compliant document // During conversion process...

    docs.aspose.com/pdf/java/convert-pdf-to-pdfa/
  8. How to add comments to bookmark range - Free Su...

    i have an existing word Document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = Document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...1 i have an existing word document with bookmarks. I need to...bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName];...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  9. Document.appendDocument method | Aspose.Words f...

    Aspose.Words.Document.appendDocument method...the specified document to the end of this document. appendDocument...srcDoc : Aspose . Words . Document , importFormatMode : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java....Working with Paragraphs documentation article. Examples: Shows...a move revision. Document doc = new Document(getMyDir() + "Revisions...

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