Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,057 for

doc to pdf

(0.29 sec)
  1. PdfSaveOptions.cache_background_graphics proper...

    PdfSaveOptions.cache_background_graphics property. Gets or sets a value determining whether or not To cache graphics placed in Document's background....graphics are written to the PDF document as an xObject. When...placed in document’s background. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the Document... doc = aw . Document () self . assertIsNone ( doc . background_shape...shape_rectangle = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Converter | Aspose.Words for Java

    Represents a group of methods intended To convert a variety of different types of Documents using a single line of code in Java.... These methods also convert PDF documents directly to fixed-page...saveFormat) convertToImages(Document doc, ImageSaveOptions saveOptions)...

    reference.aspose.com/words/java/com.aspose.word...
  4. MetafileRenderingOptions.emulate_rendering_to_s...

    MetafileRenderingOptions.emulate_rendering_To_size_on_page_resolution property. Gets or sets the resolution in pixels per inch for the emulation of metafile rendering To the size on page.... doc = aw . Document ( file_name =...method converts the document to .PDF. save_options = aw . saving ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the Document To a stream using the specified format in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. AxisTickLabels class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickLabels class. Represents properties of axis tick mark labels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Chart.axisX property | Aspose.Words for Node.js

    Chart.axisX property. Provides access To properties of the primary X axis of the chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface To cusTomize methods for capturing fidelity warnings during Document loading and saving. Enhance Document integrity!...SubstitutionWarning () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Times...

    reference.aspose.com/words/net/aspose.words/iwa...
  9. Aspose::Words::Saving::DownsampleOptions class ...

    Aspose::Words::Saving::DownsampleOptions class. Allows To specify downsample options. To learn more, visit the Documentation article in C++....resolution of images in the PDF document. auto doc = MakeObject < Document...method converts the document to .PDF. auto options = MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. OutlineOptions.CreateOutlinesForHeadingsInTable...

    Discover how the CreateOutlinesForHeadingsInTables property enhances table organization by enabling outlines for heading styles, improving Document clarity....Examples Shows how to create PDF document outline entries for...headings inside tables. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...