Sort Score
Result 10 results
Languages All
Labels All
Results 8,791 - 8,800 of 424,116 for

document

(0.31 sec)
  1. 使用 Python 在已有 PDF 文件中替换图像|Aspose.PDF for Python...

    了解如何在 Python 中替换已有 PDF 文件中的嵌入图像。...Document(infile) . 将替换图像以二进制流的形式打开。...image_file , outfile ): document = ap . Document ( infile ) with FileIO...

    docs.aspose.com/pdf/zh/python-net/replace-image...
  2. Table.Description | Aspose.Words for .NET

    Enhance your tables with descriptive properties for better accessibility. Easily set and retrieve alternative text for improved user experience....ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance ). When...using a document builder. Document doc = new Document (); // Create...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Stamp PDF Pages in Python|Aspose.PDF for Python...

    Learn how to add page numbers, page stamps, image stamps, and text stamps to PDF pages in Python....[ Hide ] A stamp in a PDF document is analogous to applying a...a rubber stamp on a paper document. The Stamp in the PDF file...

    docs.aspose.com/pdf/python-net/stamping/
  4. Convert DOTX to ODP via C++ or with free Online...

    Export DOTX to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to ODP online converter quickly before integrating the code.... which is used to create documents with a consistent look and...great way to ensure that all documents created from the template...

    products.aspose.com/total/cpp/conversion/dotx-t...
  5. XamlFixedSaveOptions.ResourcesFolderAlias | Asp...

    Discover how the ResourcesFolderAlias property in XamlFixedSaveOptions enhances image URI management in Xaml Documents. Optimize your fixed page layouts today!...written into an fixed page Xaml document. Default is null . public...} Remarks When you save a Document in fixed page Xaml format...

    reference.aspose.com/words/net/aspose.words.sav...
  6. DocumentVisitor.VisitFieldEnd | Aspose.Words fo...

    Discover the DocumentVisitor VisitFieldEnd method, essential for handling field termination in Documents. Enhance your coding efficiency today!...Called when a field ends in the document. public virtual VisitorAction...field in a document. Document doc = new Document ( MyDir + "...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Shape.imageData property | Aspose.Words for Nod...

    Shape.imageData property. Provides access to the image of the shape...image into a document. let doc = new aw . Document (); let builder...Drawing . Shape ( builder . document , aw . Drawing . ShapeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HeaderFooter.AcceptStart | Aspose.Words for .NET

    Discover the HeaderFooter AcceptStart method, designed to seamlessly welcome visitors at the header's start, enhancing user experience and engagement....visitor DocumentVisitor The document visitor. Return Value The...footer in a document. Document doc = new Document ( MyDir + "...

    reference.aspose.com/words/net/aspose.words/hea...
  9. HeaderFooter.AcceptEnd | Aspose.Words for .NET

    Enhance your website's user experience with the HeaderFooter AcceptEnd method, designed to seamlessly manage visitor interactions at the header's conclusion....visitor DocumentVisitor The document visitor. Return Value The...footer in a document. Document doc = new Document ( MyDir + "...

    reference.aspose.com/words/net/aspose.words/hea...
  10. Rename Form Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to rename form fields in a PDF Document using Aspose.PDF for Python via .NET. It shows how to bind a PDF form, update existing field names programmatically, and save the modified file. Renaming fields helps standardize form structures, improve data mapping, and simplify integration with automated workflows or external systems....conventions or preparing documents for structured data processing...the field identifiers, the document is saved with the changes...

    docs.aspose.com/pdf/python-net/rename-form-fields/