Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 213,512 for

new

(0.3 sec)
  1. 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...
  2. 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-...
  3. 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-...
  4. 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-...
  5. 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-...
  6. 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-...
  7. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF format using Aspose.PDF for Java library....PdfAnnotationEditor AnnotationEditor = new PdfAnnotationEditor (); // Bind...FileOutputStream fileStream = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/import-export-xfdf/
  8. PdfFontEmbeddingMode enumeration | Aspose.Words...

    Aspose.Words.Saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts....Arial and Times New Roman. Only Arial and Times New Roman fonts are...Times New Roman fonts into a PDF document. let doc = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert PDF to PDF/A | Aspose.PDF for .NET | Em...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with a Newly embedded file (sample-input.pdf), the processed file ignores the MIME Type gi…...doc = new Document(input)) { var fileSpecification = new FileSpecification((new...FileSpecification((new StreamReader(documentPath)).BaseStream, "factur-x...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  10. Შეკუმშოს DOC C#

    შეკუმშოს DOC C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Cleanup();...

    products.aspose.com/words/ka/net/compress/doc/