Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,063 for

document compression

(0.07 sec)
  1. How to Add Header and Footer in PDF using C#

    This basic tutorial guides you on how to add header and footer in PDF using C#. It includes the runnable sample code and the steps to clarify the process to insert header and footer in PDF using C#....the source PDF file with the Document class to add the header and...pages Write the output PDF document containing the header and...

    kb.aspose.com/pdf/net/how-to-add-header-and-foo...
  2. Product Overview – Aspose.SVG for Python via .NET

    Python library enables you to load, edit, save, render, merge, optimize, and convert SVG files without requiring any other components....designed to handle various SVG document processing tasks. This includes...Additionally, you can utilize the Document Object Model (DOM) to read...

    docs.aspose.com/svg/python-net/product-overview/
  3. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....representation of EPS image will be compressed or elangated in some direction...Page-for-Java 2 3 // The path to the documents directory. 4 String dataDir...

    docs.aspose.com/page/java/resize-eps/
  4. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS Document?"...Specification file represents a ZIP-compressed package of resources (images...files store the content of documents and pages and relationships...

    docs.aspose.com/page/net/what-is-xps-file/
  5. Aspose::Words::Settings::JustificationMode enum...

    Aspose::Words::Settings::JustificationMode enum. Specifies the character spacing adjustment for a Document. The default value is Expand in C++....character spacing adjustment for a document. The default value is Expand...Do not compress character spacing. Compress 1 Compress character...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell.... fits text in the cell, compressing each paragraph to the width...borders. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Zip64Mode enumeration | Aspose.Words for Python

    aspose.words.saving.Zip64Mode enumeration. Specifies when to use ZIP64 format extensions for OOXML files....uncompressed size of a file, compressed size of a file, and total...Zip64Mode . ALWAYS builder . document . save ( ARTIFACTS_DIR + 'OoxmlSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PS, EPS, and XPS Converters | Python

    To convert a file of PDL format to the one you can work easier like PDF, BMP, JPG, etc. use this API for Python. Check the examples depicted in the code....of this format is targeted document flow as the files are smaller...Specification file represents a ZIP-compressed package of resources (images...

    docs.aspose.com/page/python-net/convert/
  9. Zip64Mode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.Zip64Mode enum for efficient ZIP64 format use in OOXML files, enhancing file size management and compatibility....uncompressed size of a file, compressed size of a file, and total...ToArray ()); } } } builder . Document . Save ( ArtifactsDir + "OoxmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to Convert PDF to SVG Image using C#

    This tutorial explains how to convert PDF to SVG using C#. It contains the information to prepare the environment, followed by a sequence of steps and a code snippet for rendering PDF to vector image using C#....Load the input PDF with the Document class to create its SVG image...use any constructor of the Document class to load the source PDF...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-svg...