Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 422,517 for

document

(0.34 sec)
  1. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document Document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(Document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…... Document document1 = new Document(); DocumentBuilder...sueFile.docx"; Document srcDoc = new Document(); srcDoc = new...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  2. C++ API to Export PDF to GIF | products.aspose.com

    Convert PDF to GIF within C++ applications....Convert PDF to GIF The Portable Document Format (PDF) is a widely used...used file format for documents. It is a popular choice for businesses...

    products.aspose.com/total/cpp/conversion/pdf-to...
  3. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...创建插入符号注释的步骤: 加载PDF文件 - 新的 Document 。 创建新的 Caret Annotation 并设置...{ // 加载 PDF 文件 Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  4. C++ API to Export EPUB to DOCM | products.aspos...

    Convert EPUB to DOCM within C++ applications....Word document format that is used for creating documents with...ensure the security of the document. How Aspose.Total Helps for...

    products.aspose.com/total/cpp/conversion/epub-t...
  5. C++ API to Export PCL to GIF | products.aspose.com

    Convert PCL to GIF within C++ applications....Convert PCL to GIF The Portable Document Format (PCL) is a file format...format used to store documents in a printer-friendly format. It...

    products.aspose.com/total/cpp/conversion/pcl-to...
  6. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks....IDocument document = null ; try { document = new Document (); document...document . getPages (). add (); document . getPages (). add (); //Adding...

    docs.aspose.com/pdf/java/quick-tips/
  7. IAiModelText.Translate | Aspose.Words for .NET

    Effortlessly translate Documents with our IAiModelText Translate method. Harness AI for accurate, fast translations in your desired language....method Translates the provided document into the specified target...translating. public Document Translate ( Document sourceDocument ...

    reference.aspose.com/words/net/aspose.words.ai/...
  8. CommentDisplayMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.CommentDisplayMode enum for optimized Document comment rendering. Enhance your Document's clarity and presentation today!...Specifies the rendering mode for document comments. public enum CommentDisplayMode...Value Description Hide 0 No document comments are rendered. ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  9. EndnoteOptions | Aspose.Words for Java

    Represents the endnote numbering options for a Document or section in Java....endnote numbering options for a document or section. To learn more...with Footnote and Endnote documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET....or other subtle design, to documents. In Aspose.PDF for Python...Python via .NET, each PDF document is a collection of pages and each...

    docs.aspose.com/pdf/python-net/add-backgrounds/