Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 29,893 for

document rendering

(0.09 sec)
  1. NativeLibSettings | Aspose.Words for Java

    This class helps to set various options such as temporary folder for Aspose.Words native libraries and whether native libraries should be loaded and used in Java....employed during the rendering of document images. isHarfBuzzNativeLibL()...employed during the rendering of document images. skipHarfBuzzNativeLi()...

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

    Specifies font settings for a Document in Java....Specifies font settings for a document. To learn more, visit the...the Working with Fonts documentation article. Remarks: Aspose.Words...

    reference.aspose.com/words/java/com.aspose.word...
  3. Document.get_page_info method | Aspose.Words fo...

    Document.get_page_info method. Gets the page size, orientation and other information about a page that might be useful for printing or Rendering....be useful for printing or rendering. def get_page_info ( self...doc = aw . Document ( file_name = MY_DIR + 'Document.docx' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Convert TeX to PDF in C#

    This basic tutorial guides how to convert TeX to PDF in C#. It covers the system configuration information, step-by-step procedure, and a runnable code sample to convert Latex to PDF in C#....file and export it as a PDF document with a few API calls. Steps...the TexJob to convert TeX document to PDF in C# . You can choose...

    kb.aspose.com/tex/net/how-to-convert-tex-to-pdf...
  5. Aspose::Words::Drawing::ShapeBase::GetShapeRend...

    Aspose::Words::Drawing::ShapeBase::GetShapeRenderer method. Creates and returns an object that can be used to render this shape into an image in C++....object that can be used to render this shape into an image. System...SharedPtr < Aspose :: Words :: Rendering :: ShapeRenderer > Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Add Text stamps in PDF via Python|Aspose.PDF fo...

    Add a text stamp to a PDF Document using the TextStamp class with Aspose.PDF for Python library....stamp, you need to create a Document object and a TextStamp object...as ap # Open document document = ap . Document ( input_pdf )...

    docs.aspose.com/pdf/python-net/text-stamps-in-t...
  7. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with PHP....first you need to create a Document object and a TextStamp object...to add the stamp in the PDF document. The following code snippet...

    docs.aspose.com/pdf/php-java/text-stamps-in-the...
  8. RevisionOptions.RevisionBarsPosition | Aspose.W...

    Discover how to customize the RevisionBarsPosition property in RevisionOptions to enhance your Document's appearance. Default is set to Outside....RevisionBarsPosition property Gets or sets rendering position of revision bars...in a rendered output document. Document doc = new Document ();...

    reference.aspose.com/words/net/aspose.words.lay...
  9. ImageSaveOptions.PageLayout | Aspose.Words for ...

    Specifies how multiple Document pages are arranged in a single image for accurate visual output....sets the layout used when rendering multiple pages into a single...Examples Shows how to save the document into JPG image with multi-page...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Using TrueType Fonts in C++|Aspose.Words for C++

    Aspose.Words for C++ can find the right font or its suitable replacement for correct Document Rendering. This ensures that the difference between the displayed Document and the original is minimal when there is not enough information about a font....Hide ] When working with documents, you often have to use different...fonts, styles, and sizes. Documents can contain any number of...

    docs.aspose.com/words/cpp/using-truetype-fonts/