Sort Score
Result 10 results
Languages All
Labels All
Results 7,431 - 7,440 of 23,345 for

printing document

(2.02 sec)
  1. NodeChangingArgs.action property | Aspose.Words...

    NodeChangingArgs.action property. Gets a value indicating what type of node change event is occurring....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. NodeChangingArgs.oldParent property | Aspose.Wo...

    NodeChangingArgs.oldParent property. Gets the node's parent before the operation began....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Comment.replies property | Aspose.Words for Nod...

    Comment.replies property. Returns a collection of [Comment](../) objects that are immediate children of the specified comment....Examples Shows how to print all of a document’s comments and their...replies. let doc = new aw . Document ( base . myDir + "Comments...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FontInfo.embedding_licensing_rights property | ...

    FontInfo.embedding_licensing_rights property. Gets the embedded font licensing rights.... Document ( file_name = MY_DIR + 'Embedded...docx' ) # Get the list of document fonts. font_infos = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontEmbeddingLicensingRights.no_subsetting prop...

    FontEmbeddingLicensingRights.no_subsetting property. Indicates the No subsetting restriction.... Document ( file_name = MY_DIR + 'Embedded...docx' ) # Get the list of document fonts. font_infos = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert SVG to Image – Aspose.SVG for Python vi...

    Learn about SVG to Image conversions and how to execute them with Aspose.SVG for Python via .NET. Consider Python examples and an online SVG Converter....format depends on whether you print it in polygraphy, send it by...{{/if_output}} # Load an SVG document from a file with SVGDocument("{{input...

    docs.aspose.com/svg/python-net/convert-svg-to-i...
  7. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....main (){ // The path to the documents directory. $ dataDir = "/...aspose.words.Document" , $ srcFileName ); // 220ppi Print - said to...

    docs.aspose.com/words/java/compress-images-in-php/
  8. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...SetLeftAlign"); // Set the print area of the first worksheet...inserting html into empty Word document. Thank you. JavaSample.zip...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  9. Aspose::Words::Markup::CustomXmlPartCollection ...

    Aspose::Words::Markup::CustomXmlPartCollection class. Represents a collection of Custom XML Parts. The items are CustomXmlPart objects. To learn more, visit the Documentation article in C++....Structured Document Tags or Content Control documentation article...custom XML data stored in a document via the CustomXmlParts property...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Extract Subsection List Text Meta Data - Free S...

    How can I extract meta data on auto subsectioned list text level within a word docx with words python library? I would want an output basically that states things like 1.a.i to level info like 1.1.1 to know numerically w…...example that: Loads the Word document. Walks through every paragraph...the list level (0, 1, 2 …). Prints the label together with the...

    forum.aspose.com/t/extract-subsection-list-text...