Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 6,198 for

convert document

(0.04 sec)
  1. ConvertUtil.point_to_inch method | Aspose.Words...

    ConvertUtil.point_to_inch method. Converts points to inches....method point_to_inch(points) Converts points to inches. def point_to_inch...points float The value to convert. Remarks 1 inch equals 72 points...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ICssSavingCallback Interface | Aspose.Words for...

    Control CSS saving in Aspose.Words with the ICssSavingCallback interface. Customize your HTML Document output for enhanced styling and flexibility....Style Sheet) when saving a document to HTML. public interface...ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Output Streams – Java MemoryStream

    Learn about the MemoryStreamProvider class, which is used to manage in-memory streams, handle multi-output rendering, and streamline HTML workflows....streams created during the document rendering process. Copy 1...objects created during the document rendering 4 public java. util...

    docs.aspose.com/html/java/output-streams/
  4. TiffCompression | Aspose.Words for Java

    Specifies what type of compression to apply when saving page images into a TIFF file in Java....to a document that we convert into a TIFF image. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. PdfSaveOptions.OpenHyperlinksInNewWindow | Aspo...

    Control hyperlink behavior in your PDF with PdfSaveOptions. Easily set links to open in a new window or tab for enhanced user experience....hyperlinks in the output Pdf document are forced to be opened in...save hyperlinks in a document we convert to PDF so that they open...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FileFormatUtil.image_type_to_extension method |...

    FileFormatUtil.image_type_to_extension method. Converts an Aspose.Words image type enumerated value into a file extension...image_type_to_extension(image_type) Converts an Aspose.Words image type...error(ArgumentException)) Throws when cannot convert. Examples Shows how to extract...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldShape.Text | Aspose.Words for .NET

    Manage FieldShape text easily—get or set values effortlessly for seamless data retrieval and enhanced functionality in your applications.... Document doc = new Document (); DocumentBuilder...for every paragraph in the document to RTL. foreach ( Paragraph...

    reference.aspose.com/words/net/aspose.words.fie...
  8. TiffCompression enumeration | Aspose.Words for ...

    aspose.words.saving.TiffCompression enumeration. Specifies what type of compression to apply when saving page images into a TIFF file....scheme to apply to a document that we convert into a TIFF image...image. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. API Reference|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....provides the functionality to convert DXF, DWG, DGN, DWF, DWFX, IFC...Developers can select and convert specific layouts and layers...

    docs.aspose.com/cad/net/api-reference/
  10. How to Insert Table in PDF using Python

    This short tutorial guides on how to insert table in PDF using Python. It contains the IDE settings, step-wise process and a runnable sample code to add table in PDF using Python....Create a new PDF file using the Document class object and add a page...methods are introduced like Document class for creating a PDF,...

    kb.aspose.com/pdf/python/how-to-insert-table-in...