Sort Score
Result 10 results
Languages All
Labels All
Results 7,331 - 7,340 of 40,011 for

document properties

(0.36 sec)
  1. Converting a MD file to SVG using Python | Aspo...

    Sample code on Python for MD to SVG conversion. Use example code for batch MD to SVG conversion with Python and .NET...programmatically a document from MD to SVG format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/m...
  2. Convert SVG to PNG – Aspose.SVG for Python via ...

    Convert SVG to PNG in Python using Aspose.SVG for Python via .NET. You will find Python examples and an online SVG Converter....{{/if_output}} # Load an SVG document from a file with SVGDocument("{{input...SVGDocument("{{input lower}}") as document: # Initialize saving options...

    docs.aspose.com/svg/python-net/convert-svg-to-png/
  3. PclSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PclSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.PCL](../../aspose.words/saveformat/#PCL) format...additional options when saving a document into the SaveFormat.PCL format...the Specify Save Options documentation article. Inheritance: PclSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Outlook Items|Documentation

    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....MSG Files Working with MAPI Properties Managing Message Attachments...

    docs.aspose.com/email/net/working-with-outlook-...
  5. BookmarkEnd class | Aspose.Words for Node.js

    Aspose.Words.BookmarkEnd class. Represents an end of a bookmark in a Word Document...end of a bookmark in a Word document. To learn more, visit the...Working with Bookmarks documentation article. Remarks A complete...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Markup::SmartTag class | Aspose....

    Aspose::Words::Markup::SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph. To learn more, visit the Documentation article in C++....Structured Document Tags or Content Control documentation article...virtual get_Document () const Gets the document to which this...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....all added classes, methods, properties and so on, any new restrictions...rotationAngle=0. Changed Properties Changed the Type and Name...

    docs.aspose.com/slides/java/public-api-and-back...
  8. Add Signature in PDF File|Aspose.PDF for Java

    Learn how to add a digital signature to a PDF Document using Aspose.PDF in Java for secure signing and Document verification....using setSignatureAppearan property of the PdfFileSignature object...pdfSign . sign ( 1 , "I'm document author" , "test01@aspose-pdf-demo...

    docs.aspose.com/pdf/java/add-signature-in-pdf/
  9. Story Class | Aspose.Words for .NET

    Discover the Aspose.Words.Story class, your essential tool for managing block-level elements like Paragraphs and Tables efficiently....Levels of Nodes in a Document documentation article. public abstract...class Story : CompositeNode Properties Name Description Count {...

    reference.aspose.com/words/net/aspose.words/story/
  10. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...setting in the document. When you set the font properties for the footer...styles or settings in your document that might override the font...

    forum.aspose.com/t/footer-text-showing-in-grey-...