Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 400,456 for

document

(0.33 sec)
  1. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。...3 # Create a new SVG document 4 document = SVGDocument() 5 6 #...empty SVG document 7 document. save ( "empty-document.svg" ) 使用...

    docs.aspose.com/svg/zh/python-net/create-svg-file/
  2. WebExtensionProperty | Aspose.Words for Java

    Specifies a web extension custom property in Java....Work with Office Add-ins documentation article. Constructors Constructor...extension to a document. Document doc = new Document(); // Create...

    reference.aspose.com/words/java/com.aspose.word...
  3. CompareOptions.AdvancedOptions | Aspose.Words f...

    Discover CompareOptions AdvancedOptions to enhance your comparisons. Achieve precise results with tailored settings for optimal output....to compare documents ignoring DML unique ID. Document docA = new...new Document ( MyDir + "DML unique ID original.docx" ); Document...

    reference.aspose.com/words/net/aspose.words.com...
  4. Aspose::Words::Saving::PdfPageMode enum | Aspos...

    Aspose::Words::Saving::PdfPageMode enum. Specifies how the PDF Document should be displayed when opened in the PDF reader in C++....enum Specifies how the PDF document should be displayed when opened...Description UseNone 0 Neither document outline nor thumbnail images...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. View MHT Files using Python | Aspose.PDF

    Open and view MHT Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...the MHT with an instance of Document. View resultant File. Python...MhtLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/python-net/viewer/mht/
  6. Aspose::Words::Loading::LoadOptions::get_Recove...

    Aspose::Words::Loading::LoadOptions::get_RecoveryMode method. Defines how the Document should be handled if errors occur during loading. Use this property to specify whether the system should attempt to recover the Document or follow another defined behavior. The default value is TryRecover in C++....de method Defines how the document should be handled if errors...should attempt to recover the document or follow another defined...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Add Text to an existing PDF file in Python|Aspo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....To add Text string in Pdf document using Aspose.PDF Java for...AddText module. doc = self . Document () doc = self . dataDir +...

    docs.aspose.com/pdf/python-java/add-text-to-an-...
  8. FieldInclude.source_full_name property | Aspose...

    FieldInclude.source_full_name property. Gets or sets the location of the Document....or sets the location of the document. @property def source_full_name...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words.AI module | Aspose.Words for Node.js

    The Aspose.Words.AI namespace enables seamless integration with large language models (LLMs), such as OpenAI and Gemini, providing robust support for AI-powered Document processing....robust support for AI-powered document processing. Classes within...and analyzing content of documents loaded into Aspose.Words....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Stamping with Aspose.PDF using Python|Aspose.PD...

    This section describes how to add image stamps and text stamps to a PDF page via 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/