Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 20,186 for

printing document

(0.07 sec)
  1. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java....the Working with Fields documentation article. Remarks: Retrieves...USERINITIALS field. Document doc = new Document(); // Create a UserInformation...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java....the Working with Fields documentation article. Remarks: Retrieves...USERNAME field. Document doc = new Document(); // Create a UserInformation...

    reference.aspose.com/words/java/com.aspose.word...
  3. PNG to PDF Merge using C# | Aspose.PDF

    Combine two or more PNG Documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...Installing the Library on the Documentation pages. To verify the benefits...of code. Initialize a new Document, and run a loop for merging...

    products.aspose.com/pdf/net/merger/png-to-pdf/
  4. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized Document styling....control line spacing in a PDF document. It reads text from a file...in a PDF. Create a new PDF document. Load the source text. Initialize...

    docs.aspose.com/pdf/python-net/text-formatting-...
  5. PDF Sticky Annotations|Aspose.PDF for PHP via Java

    Explore how to add sticky annotations to PDF files for feedback, using Aspose.PDF in PHP/Java....represent graphics that shall be printed at a fixed size and position...regardless of the dimensions of the printed page. You can add Watermark...

    docs.aspose.com/pdf/php-java/sticky-annotations/
  6. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadOptions::get_DetectHyperlinks method. Specifies either to detect hyperlinks in text. The default value is false in C++....set_DetectHyperlinks ( true ); // Load document with hyperlinks. auto doc...Words :: Document > ( stream , loadOptions ); // Print hyperlinks...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index.... Document () # Add two runs and one...the first paragraph of this document. paragraph = doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.Pdf open pdf file error - Free Support F...

    use python, aspose-pdf=25.5.0,open pdf file error Document = ap.Document(file_path) RuntimeError: Proxy error(InvalidPdfFileFormatException): Trailer not found file: GB2828-2003 抽样标准.pdf (5.1 MB)...open pdf file error document = ap.Document(file_path) RuntimeError:...pdf" try: document = ap.Document(file_path) print("PDF opened...

    forum.aspose.com/t/aspose-pdf-open-pdf-file-err...
  9. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN Document into a Document object in Java....MARKDOWN document into a Document object. Examples:...preserve empty line while load a document. String mdText = MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  10. Tag Replacement : In Single Row : Row not getti...

    Hello Team , We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc . using below code to replace tag p…...void ReplaceTagsInWordDoc(Document doc, Dictionary<string, object>...the generated document. Why it happens Document.Range.Replace...

    forum.aspose.com/t/tag-replacement-in-single-ro...