Sort Score
Result 10 results
Languages All
Labels All
Results 8,341 - 8,350 of 43,579 for

printing document

(0.1 sec)
  1. Extract data from PDF Forms using C++ | Aspose.PDF

    Extract user data fields from fillable PDF Document programmatically with C++ sample code using Aspose.PDF for C++.... powerful and easy to use document manipulation API for cpp platform...Load PDF in an instance of Document class. Get values from all...

    products.aspose.com/pdf/cpp/acroforms/extract/
  2. Aspose::Words::Bookmark::get_Name method | Aspo...

    Aspose::Words::Bookmark::get_Name method. Gets or sets the name of the bookmark in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...underscores if we open the saved document with Microsoft Word. // If...

    reference.aspose.com/words/cpp/aspose.words/boo...
  3. IFontSavingCallback Interface | Aspose.Words fo...

    Aspose.Words.Saving.IFontSavingCallback interface. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format in C#....saves fonts when exporting a document to HTML format. public interface...SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Redaction аннотациясын .NET көмегімен қалай қос...

    COM Interop арқылы .NET Framework, .NET Core және PHP, VBScript, Delphi, C++ Redaction аннотацияларын қосу үшін C# бастапқы коды....Load the PDF file Document document = new Document ( System . IO...Color . Blue ; // Text to be printed on redact annotation annot...

    products.aspose.com/pdf/kk/net/annotation/redac...
  5. RowCollection - Aspose.Words for Java - API Ref...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...the document and print the contents of each cell. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  6. Working with Styles in C++|Aspose.Words for C++

    Enhanced Microsoft Word formatting features, working with styles and themes using C++....based on styles from a Word document can be useful to identify...particular kinds of content in the document, such as examples, titles...

    docs.aspose.com/words/cpp/working-with-styles-a...
  7. Revision | Aspose.Words for Java

    Represents a revision tracked change in a Document node or style in Java....revision (tracked change) in a document node or style. Use getRevisionType()...Track Changes in a Document documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  8. Footnote.AcceptStart | Aspose.Words for .NET

    Footnote AcceptStart method. Accepts a visitor for visiting the start of the footnote in C#....visitor DocumentVisitor The document visitor. Return Value The...visitor. Examples Shows how to print the node structure of every...

    reference.aspose.com/words/net/aspose.words.not...
  9. SmartTag.AcceptStart | Aspose.Words for .NET

    SmartTag AcceptStart method. Accepts a visitor for visiting the start of the SmartTag in C#....visitor DocumentVisitor The document visitor. Return Value The...void Create () { Document doc = new Document (); // A smart tag...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Check Format in Python|Aspose.Words for Java

    Check Document Format using Python....getName () print nameOnly fileName = file . getPath () print fileName...LoadFormat . DOC ): print "Microsoft Word 97-2003 document." elif ( info...

    docs.aspose.com/words/java/check-format-in-python/