Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 213,031 for

new

(0.07 sec)
  1. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....document and then adds it to a new PDF file. Think of it as cutting...Create a new PDF document. Add the selected page to the new PDF document...

    docs.aspose.com/pdf/python-net/move-pages/
  2. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.PSD for .NET 20.3 - Release Notes|Docume...

    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....pdf" , new PdfOptions ()); } PSDNET-212...textData . ProducePortions ( new string [] { "E=mc" , "2\r" ,...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-3...
  4. Split PDF, HTML, TXT Files using C# | Aspose.PDF

    C# sample code to split files on .NET Framework, .NET Core.... Create a new Document class object to split...var pdfEditor = new PdfFileEditor (); fs = new FileStream ( "1...

    products.aspose.com/pdf/net/splitter/
  5. Watermarker | Aspose.Words for Java

    Provides methods intended to insert watermarks into the documents in Java....create(WatermarkerContext context) Creates new instance of the watermarker processor...create(WatermarkerContext context) Creates new instance of the watermarker processor...

    reference.aspose.com/words/java/com.aspose.word...
  6. Mail Merge Form Fields|Aspose.Words for Java

    Mail Merge Form Fields using PHP....formfields/data/" ; $ doc = new Document ( $ dataDir . "Template...()-> setFieldMergingCallb ( new HandleMergeField ()); $ fieldNames...

    docs.aspose.com/words/java/mail-merge-form-fields/
  7. Manage Presentation Zoom in JavaScript|Aspose.S...

    Create and customize Zoom with Aspose.Slides for Node.js — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...frame on a slide: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  8. ImportFormatOptions.KeepSourceNumbering | Aspos...

    Control document numbering with the ImportFormatOptions KeepSourceNumbering property. Easily manage clashes for seamless imports. Default, false.... Document srcDoc = new Document ( MyDir + "List with...source.docx" ); Document dstDoc = new Document ( MyDir + "List with...

    reference.aspose.com/words/net/aspose.words/imp...
  9. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Document comparison - Using Aspose library - Fr...

    Hi, I am trying to compare two documents could be pdf-pdf, pdf-docx, docx-docx. Docx-Docx comparison works well as it gives revisions which is helpful when I am trying to highlight my document. PDF-PDF comparison and …...License lic = new com.aspose.pdf.License(); lic...aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(pdfInputStream);...

    forum.aspose.com/t/document-comparison-using-as...