Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 222,967 for

new

(0.26 sec)
  1. -aw-import:ignore tag in email body causes miss...

    We have implemented a method to convert an EML file into a PDF document using the following Aspose components: Aspose.Email in version 23.11.0 Aspose.Words in version 23.12.0 The EMl file is transformed throughout the…...DefaultMhtml; using (MemoryStream ms = new MemoryStream()) { mailMsg.Save(ms...Words LoadOptions loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/aw-import-ignore-tag-in-emai...
  2. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  3. Convert HTML To PDF Java

    Convert HTML to PDF format in Java code. Save HTML as PDF using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  4. Convert HTML To Markdown Java

    Convert HTML to Markdown format in Java code. Save HTML as Markdown using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  5. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  6. Convert DOC To TXT Java

    Convert DOC to TXT format in Java code. Save DOC as TXT using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  7. Convert WORD To EPUB Java

    Convert a Word document to EPUB format in Java code. Save a Word document as EPUB using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  8. FileSpecification from stream - Modified is Unk...

    Hi, We have the issue while adding attachment into a PDF file by using FileSpecification with stream. using (System.IO.Stream ms = ...) { pdf.EmbeddedFiles.Add(New FileSpecification(ms, file.ID)); } The Modified date …...Add(new FileSpecification( ms , file...10.0.0. [C#] Document doc = new Document(); doc.Pages.Add();...

    forum.aspose.com/t/filespecification-from-strea...
  9. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents using C# or VB.NET. Verify, or validate the digitally sign PDFs using C# or VB.NET....document using ( var document = new Aspose . Pdf . Document ( dataDir...object using ( var signature = new Aspose . Pdf . Facades . PdfFileSignature...

    docs.aspose.com/pdf/net/digitally-sign-pdf-file/
  10. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....AsposeOcr recognitionEngine = new AsposeOcr (); // Add PDF documents...OcrInput object OcrInput input = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/deskew/