Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 61,555 for

paths

(0.08 sec)
  1. How to Merge PDF Files in Java

    This simple tutorial contains information about how to merge PDF files in Java. It contains steps and Java code to merge PDF files with simple API calls....string array with input PDF file paths and names Merge the PDF documents...

    kb.aspose.com/pdf/java/how-to-merge-pdf-files-i...
  2. Lock Cells in Excel using C#

    Follow this article to lock cells in Excel using C#. It has details to set the IDE, a list of steps, and a sample code for applying cell protection to a few or all cells in a sheet....the required modules, set the paths for the license, input Excel...

    kb.aspose.com/cells/net/lock-cells-in-excel-usi...
  3. • Convert meeting response in the MapiMessage f...

    Issue: “Aspose.Email for Java” created the ICalendar as the meeting request instead of meeting response....load("path/to/your/message.msg"); // Create...MailMessage as .eml mailMessage.save("path/to/your/output.eml"); } } Make...

    forum.aspose.com/t/convert-meeting-response-in-...
  4. Convert CDR to JPG in Java

    Follow this article to transform CDR to JPG in Java. You will get IDE setup instructions, a list of steps, and sample code to convert the CDR file to JPG with various customizations based on your requirements....input CDR file path and the desired JPG output path Load the CDR...specify the input and output paths, and open the CDR image using...

    kb.aspose.com/imaging/java/convert-cdr-to-jpg-i...
  5. Question about error handling in Aspose.Pdf - F...

    I am looking to evaluate Aspose.Pdf as a possible printing solution for a client of ours. One of the primary concerns we have is determining whether the printing of the document actually occurred or not. So this means i…...NET GDI Print Path (provided by the System.Drawing...including more modern .NET XPS Print Path (System.Printing API) that allows...

    forum.aspose.com/t/question-about-error-handlin...
  6. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...Document doc = new Document("path/to/your/document.docx"); //...modified document doc.Save("path/to/your/modified_document.docx");...

    forum.aspose.com/t/optional-hyphen/316920
  7. Protect or Encrypt a Document in C#|Aspose.Word...

    Aspose.Words for .NET provides Read-Only, Encrypt a Document, Restrict Editing, and Digital Signatures for document protection using C#. Aspose.Words supports most Word protection options....exact names of features and the paths to them in Microsoft Word may...

    docs.aspose.com/words/net/protect-or-encrypt-a-...
  8. Compress CSV File using C#

    This topic covers how to compress CSV file using C#. It discusses the environment setup, the stepwise algorithm, and a runnable sample code for CSV file compression using C#....mentioning the source file paths and file names as well as the...

    kb.aspose.com/zip/net/compress-csv-file-using-c...
  9. How to Convert OBJ to PDF in Python

    This precise article presents information about how to convert OBJ to PDF in Python. It covers the IDE configuration, a series of algorithm steps, and a code sample to create an OBJ to PDF converter in Python....properties like the look-up paths, embedding the textures, flipping...

    kb.aspose.com/3d/python/how-to-convert-obj-to-p...
  10. 保存 HTML 文档 – Aspose.HTML for Java

    了解如何使用 Aspose.HTML for Java API 在编辑后保存 HTML 文档,以及如何应用保存选项。... 最后,我们调用文档对象的 save(path, options) 方法以及指定的保存选项。 Copy...write ( 5 java. nio . file . Paths . get ( "save-with-linked-file...

    docs.aspose.com/html/zh/java/save-a-document/