Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 401,800 for

document

(0.14 sec)
  1. OoxmlSaveOptions.SaveFormat | Aspose.Words for ...

    Discover OoxmlSaveOptions' SaveFormat property to easily choose Document formats like Docx, Docm, Dotx, Dotm, or FlatOpc for seamless saving....Specifies the format in which the document will be saved if this save...saved document to adhere to. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. StyleCollection class | Aspose.Words for Python

    aspose.words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a Document...and user-defined styles in a document. To learn more, visit the...with Styles and Themes documentation article. Indexers Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.Item | Aspose.Words f...

    Access DocumentProperty objects effortlessly with the BuiltInDocumentProperties Item property. Streamline your Document management today!...that is not present in the document, but the name of the property...that is not present in the document and the name is not recognized...

    reference.aspose.com/words/net/aspose.words.pro...
  4. 使用 PHP 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 文件添加水印...添加水印-PHP // Open document $document = new Document ( $inputFile );...-> setBackground ( true ); $document -> getPages () -> get_Item...

    products.aspose.com/pdf/zh-hans/php-java/waterm...
  5. DocumentBuilder.insertNode method | Aspose.Word...

    DocumentBuilder.insertNode method. Inserts a node before the cursor....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...
  6. Display CGM Formats Using Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/viewer/cgm/
  7. SvgSaveOptions.ResourcesFolder | Aspose.Words f...

    Discover how to set the ResourcesFolder in SvgSaveOptions for efficient image storage when exporting Documents to SVG format. Optimize your workflow today!...are saved when exporting a document to Svg format. Default is...is false . When you save a Document in SVG format, Aspose.Words...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ColorMode enumeration | Aspose.Words for Python

    aspose.words.saving.ColorMode enumeration. Specifies how colors are rendered.... Document ( file_name = MY_DIR + 'Images...object that we can pass to the document's "Save" method # to modify...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DmlRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DmlRenderingMode enhances DrawingML shape rendering for high-quality fixed page formats. Optimize your Document visuals!... Document doc = new Document ( MyDir + "DrawingML...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  10. The input string 'CreatorInfo' was not in a cor...

    We are observing an exception whenever we are trying to load some of the pdfs using code below Document Document = new Document(pdfStream); Exception : The input string ‘CreatorInfo’ was not in a correct format Unfor…...using code below Document document = new Document(pdfStream); Exception...loads a file it parses the document‑level metadata (the Info dictionary...

    forum.aspose.com/t/the-input-string-creatorinfo...