Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 61,139 for

path

(0.62 sec)
  1. EPS to HTML Converter using Python | Aspose.PDF

    Sample code on Python for EPS to HTML conversion. Use example code for batch EPS to HTML conversion with Python and .NET... Specify the path to the input PDF file by joining...and specifying the input file path. Create a HtmlSaveOptions object...

    products.aspose.com/pdf/python-net/conversion/e...
  2. Crop PDF using Python | Aspose.PDF

    Crop PDF without losing quality in Python programmatically with C# sample code using Aspose.PDF for Python for .NET...updated 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/crop/
  3. Automatically download required resources|Docum...

    How to use Aspose.OCR for C++ resources in offline mode....Specify the path to that directory in resource_root_path property...load_settings ; std :: string root_path = "path/to/files" ; load_settings...

    docs.aspose.com/ocr/cpp/modules/auto/
  4. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...Document doc = new Document("path/to/your/document.docx"); //...document is loaded from a specified path. Update List Labels : This ensures...

    forum.aspose.com/t/how-to-get-the-value-of-the-...
  5. Working with Follow Up and Due Date for Outlook...

    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....Email-for-Java // The path to the File directory. String...com/aspose-email/Aspose.Email-for-Java // The path to the File directory. String...

    docs.aspose.com/email/java/working-with-follow-...
  6. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...AddLineAnnotation () { // The path to the documents directory var...AddCircleAndSquareAn () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/figures-annotation/
  7. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/setting-page-options/
  8. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for .NET, automate documentation and keep formatting....application (and a relative path will be built for them in the...you can specify your preferred path and folder name. This C# code...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. FileFormatUtil.DetectFileFormat fails to detect...

    to reproduce: unzip the attached file call Aspose.Words.FileFormatUtil.DetectFileFormat for the text file expected to get Txt, but got Unknown data_1000chars_Uknown.txt.zip (805 Bytes)...DetectFileFormat("path_to_your_extracted_file"); Expected...Check the File Path : Ensure that the file path provided to the...

    forum.aspose.com/t/fileformatutil-detectfilefor...
  10. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation....(); // Updated to use dynamic path // Get all image files matching...void MergeImages02 () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/merge-images/