Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 60,942 for

path

(0.04 sec)
  1. Compress PDF Document using Python | Aspose.PDF

    Easily compress PDF files using Aspose.PDF for Python via .NET with just one line of code. Optimize document size without compromising quality—efficient and seamless PDF compression!...optimized document to the new path using the Save() method. If...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/compress/
  2. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....output directory and prepare a path to save the document 7 output_dir...output_dir = "output" 8 if not os. path . exists (output_dir): 9 os...

    docs.aspose.com/html/python-net/create-a-document/
  3. XML to HTML Converter using C# | Aspose.PDF

    Sample code for XML to HTML C# conversion. Use API example code for batch XML files to HTML conversion within VB.NET, ASP.NET, or any .NET-based application...while passing the output file path & SaveFormat.Html as parameters...HTML Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-h...
  4. XML to DOC Converter using C# | Aspose.PDF

    Sample code for XML to DOC C# conversion. Use API example code for batch XML files to DOC conversion within VB.NET, ASP.NET, or any .NET-based application...while passing the output file path & SaveFormat.Doc as parameters...DOC Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-doc/
  5. XML to EPUB Converter using C# | Aspose.PDF

    Sample code for XML to EPUB C# conversion. Use API example code for batch XML files to EPUB conversion within VB.NET, ASP.NET, or any .NET-based application...while passing the output file path & SaveFormat.Epub as parameters...EPUB Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-e...
  6. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing....save()’ to the desired output path. Insert an empty page into an...configuration DATA_DIR = "your path here" def insert_empty_page...

    docs.aspose.com/pdf/python-net/add-pages/
  7. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/create-tornado-chart/
  8. Navigate SVG and Inspect Document Using Aspose....

    Learn how to inspect SVG with C#, use custom filters for iterating over the SVG elements, how to navigate SVG using CSS Selector or XPath....(SVGDocument document = new SVGDocument(Path. Combine (DataDir, "bezier-curves...element 2 3 string documentPath = Path. Combine (DataDir, "shapes_svg...

    docs.aspose.com/svg/net/navigation-inspection/
  9. Convert MHTML to DOCX – C# Examples

    Convert MHTML to DOCX using Aspose.HTML for .NET and consider the supported MHTML to DOCX conversions in C# examples. Try online MHTML Converter....(stream, new DocSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines...DocSaveOptions, and output file path to the ConvertMHTML() method...

    docs.aspose.com/html/net/convert-mhtml-to-docx/
  10. XML to XPS Converter using C# | Aspose.PDF

    Sample code for XML to XPS C# conversion. Use API example code for batch XML files to XPS conversion within VB.NET, ASP.NET, or any .NET-based application...while passing the output file path & SaveFormat.XPS as parameters...XPS Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-xps/