Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 39,595 for

document properties

(0.16 sec)
  1. Edit Publisher | PUB Metadata | .NET

    Read Publisher files Metadata using cross-platform PUB .NET API Solution. On-premise .NET API gives access to SummaryInfo and DocSummaryInfo Properties....NET Live Demos Documentation Source Code API Reference...Overview Overview Live Demos Documentation Source Code API Reference...

    products.aspose.com/pub/net/metadata/
  2. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word Document that contains a scatter chart. Specifically, when the Document includes a word scatter chart type, the converter…...generate a PDF from a Word document that contains a scatter chart...chart. Specifically, when the document includes a word scatter chart...

    forum.aspose.com/t/exception-when-converting-wo...
  3. Convert ATT to RVM via Python | products.aspose...

    Sample code for ATT to RVM Python conversion. Use API example code for batch ATT files to RVM conversion within VB.NET, Asp.NET or any .NET based application.... powerful and easy to use document manipulation and conversion...AmfSaveOptions Set RVM specific properties for advanced conversion Call...

    products.aspose.com/3d/python-net/conversion/at...
  4. Convert CMX to PDF in C#

    This tutorial demonstrates how to convert CMX to PDF in C#. It provides the IDE configuration, a series of steps, and example code for creating a CMX to PDF converter in C#....Configure the metadata for the document Produce the PDF file on disk...file, and assigns various properties. It then sets up PDF export...

    kb.aspose.com/imaging/net/convert-cmx-to-pdf-in...
  5. Convert CMX to PDF in Java

    This tutorial explains the method to convert CMX to PDF in Java. It outlines the IDE setup and sample code for building a CMX to PDF converter in Java....Define the metadata for the document Generate the PDF file to the...CMX file, and sets multiple properties. It subsequently configures...

    kb.aspose.com/imaging/java/convert-cmx-to-pdf-i...
  6. How to Print PDF in Python

    This brief article covers how to print PDF in Python. It discusses the system configuration, and step-by-step algorithm, along with a code snippet to print PDF file in Python....PDF document in Python . Simply load the source document and...you can manipulate several properties exposed by the PdfViewer...

    kb.aspose.com/pdf/python/how-to-print-pdf-in-py...
  7. FieldDatabase.TableFormat | Aspose.Words for .NET

    Discover the FieldDatabase TableFormat property to easily customize your database query results with flexible formatting options for enhanced data presentation....TableFormat property Gets or sets the format that...field into a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldDatabase.InsertOnceOnMailMerge | Aspose.Wo...

    Discover how the InsertOnceOnMailMerge property in FieldDatabase enhances your data merging by allowing seamless insertion at the start of merges....InsertOnceOnMailMerg property Gets or sets whether to insert...field into a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class.... () { // The path to the documents directory var dataDir = RunExamples...PdfFileSignature ()) { // Bind PDF document pdfFileSignature . BindPdf...

    docs.aspose.com/pdf/net/working-with-signature-...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word Document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...word document. The code I’m using to do this is: Document RepDoc...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...

    forum.aspose.com/t/shapes-in-charts-rendered-by...