Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 36,201 for

document properties

(0.18 sec)
  1. PdfLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf Document into a [Document](../../aspose.words/Document/) object...options when loading Pdf document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: PdfLoadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.right property | Aspose.Words for Python

    ShapeBase.right property. Gets the position of the right edge of the containing block of the shape....right property ShapeBase.right property Gets the position of...containing block of the shape. @property def right ( self ) -> float...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...getting generating like word document Aspose.Words Product Family...with below code. Document doc = new Document("test.docx"); PdfSaveOptions...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  4. How to Convert HTML to PDF using Java

    This article guides on how to convert HTML to PDF using Java. It has a list of steps to write the application, the configuration details, and a runnable sample code to export HTML to PDF using Java....Load the HTML file using the Document class object with the above...using the save() method in the Document class. Code to Convert HTML...

    kb.aspose.com/pdf/java/how-to-convert-html-to-p...
  5. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a Document, and export them to an external location using Python....from a Document Contents [ Hide ] When processing documents, a common...extract all images found in the document and export them to an external...

    docs.aspose.com/words/python-net/rendering-shap...
  6. FieldRD Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldRD class—efficiently implement RD fields for enhanced Document processing and automation in your projects....the Working with Fields documentation article. public class FieldRD...The default constructor. Properties Name Description DisplayResult...

    reference.aspose.com/words/net/aspose.words.fie...
  7. TextPath.Kerning | Aspose.Words for .NET

    Discover the TextPath Kerning property to enhance typography by controlling kerning settings for improved text readability and design quality....Kerning property Determines whether kerning...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPath.FontFamily | Aspose.Words for .NET

    Discover the TextPath FontFamily property to effortlessly define and customize your text paths for stunning typography in web design....FontFamily property Defines the family of the...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TextPath.On | Aspose.Words for .NET

    Discover how TextPath enhances property text display, ensuring clarity and engagement in your designs. Optimize your visuals today!...On property Defines whether the text is...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...

    reference.aspose.com/words/net/aspose.words.dra...
  10. How to Change PDF A to PDF in C#

    This article guides on how to change PDF A to PDF in C#. It has all the necessary information to set the IDE along with the steps and runnable sample code to transform PDF A to PDF in C#....source PDF Document having PDF A compliant properties Call the...RemovePdfaCompliance() method in the Document class Save the resultant PDF...

    kb.aspose.com/pdf/net/how-to-change-pdf-a-to-pd...