Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 214,303 for

new

(0.14 sec)
  1. TabStop | Aspose.Words for Java

    Represents a single custom tab stop in Java.... Document doc = new Document(getMyDir() + "Table...TabStop(double position) Initializes a new instance of this class. TabStop(double...

    reference.aspose.com/words/java/com.aspose.word...
  2. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported sections to start on a New page when appending documents in Aspose.Words....Document dstDoc = new Document (); Document srcDoc = new Document ();...ImportFormatOptions options = new ImportFormatOptions { AppendDocumentWithNe...

    reference.aspose.com/words/net/aspose.words/imp...
  3. Convert Specific Pdf Page - Free Support Forum ...

    Hello, I do see SaveOptions which can be used to export PDF (all pages) to HTML / SVG. However I wish to know if there is option to specify a page also? It does create multiple files on disk. But I want to know option…...below: Document pdfDocument = new Document(@“test.pdf”); Aspose...SvgSaveOptions saveOptions = new Aspose.Pdf.SvgSaveOptions();...

    forum.aspose.com/t/convert-specific-pdf-page/70046
  4. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents using Aspose.Slides for PHP via Java with precise layout, images and formatting preserved....presentation (PPT or PPTX) in new ways, you may benefit from converting...$pres = new Presentation ( $inputPres ); try { $doc = new Document...

    docs.aspose.com/slides/php-java/convert-powerpo...
  5. AiModel Class | Aspose.Words for .NET

    Discover the Aspose.Words.AI.AiModel class, your key to leveraging advanced Generative Language Models for enhanced text generation and automation....Create ( AiModelType ) Creates a new instance of AiModel class. virtual...models. Document firstDoc = new Document ( MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.ai/...
  6. Relfection error when calling Aspose from JS - ...

    After a New installtion of Apsose libraries (and sorry, have no idea what they do…) a previously working application now reports: java.lang.reflect.Invocation.TargetException I have not the foggiest what causes this. A…...March 16, 2025, 9:50am 1 After a new installtion of Apsose libraries...aspose.pdf.Font”); var lic = new license(); lic.setLicense(“Aspose...

    forum.aspose.com/t/relfection-error-when-callin...
  7. Concatenate PDF Files in PHP|Aspose.PDF for Java

    Learn how to concatenate multiple PDF files into a single document in PHP using Aspose.PDF for easier document management....the target document $pdf1 = new Document ( $dataDir . 'input1...the source document $pdf2 = new Document ( $dataDir . 'input2...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  8. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....existing owner password and new user and owner passwords to the...{ PdfFileInfo pdfFileInfo = new PdfFileInfo ( _dataDir + "sample_encrypted...

    docs.aspose.com/pdf/java/change-password/
  9. Document.Compliance | Aspose.Words for .NET

    Ensure your OOXML documents meet compliance standards effortlessly. Our tool analyzes content to verify OOXML compliance, enhancing document integrity....; } Remarks If you created a new blank document or load non OOXML...Microsoft Word. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Incorrect HTML to PDF conversion result using J...

    Tried to convert the HTML file included here: test_aspose.zip (1.5 KB) using the following Java code: public StreamingResponseBody asposePdf(@RequestParam(name="html") final String htmlInput) throws Exception { fina…...Exception { final var license = new com.aspose.html.License(); license...lic")); final var pdfSaveOptions = new com.aspose.html.saving.PdfSaveOptions();...

    forum.aspose.com/t/incorrect-html-to-pdf-conver...