Sort Score
Result 10 results
Languages All
Labels All
Results 8,021 - 8,030 of 213,126 for

new

(0.75 sec)
  1. Generate PDF417 and Micro PDF417 Barcodes in Ja...

    Aspose.BarCode for JavaScript via C++ can be used to generate different types of PDF417 and Micro PDF417 barcodes....Generate a Pdf417 barcode var gen = new BarCodeInstance . BarcodeGenerator...compact Pdf417 barcode var gen = new BarCodeInstance . BarcodeGenerator...

    docs.aspose.com/barcode/javascript-cpp/pdf417-b...
  2. Installing and Using Aspose.Pdf for IntelliJ ID...

    Discover the steps to install and configure Aspose.PDF for IntelliJ IDEA with Maven for efficient PDF document processing in Java....under “New” menu (using Right Click -> New OR File menu->New) Aspose...follow the steps below: Select New Project . Select Aspose.PDF Maven...

    docs.aspose.com/pdf/java/installing-and-using-a...
  3. PNG to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input PNG image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/png...
  4. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...following code: var document = new Document(inputStream); //use...textFragmentAbsorber = new TextFragmentAbsorber( new Regex(splitRule...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  5. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....CompareToImages ( firstDoc , secondDoc , new ImageSaveOptions ( SaveFormat...SaveFormat . Png ), "Author" , new DateTime ()); using ( FileStream firstStreamIn...

    reference.aspose.com/words/net/aspose.words.low...
  6. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...continuous) are turned into “new page” section breaks, breaking...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/section-breaks-erased/319189
  7. Reading Code Text Raw|Documentation

    Learn how and when to use raw code bytes from BarCodeReader in Aspose.BarCode for Java....stream: BarCodeReader reader = new BarCodeReader ( imagePath , DecodeType...png" ; BarCodeReader reader = new BarCodeReader ( imagePath , DecodeType...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。...buffer const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  9. Public API Changes in Aspose.Note 1.6.0 | Aspos...

    This document discusses changes to the public APIs in Aspose.Note version 1.6.0....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/public-api-changes-in-...
  10. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....saves the updated document to a new file. This feature is helpful...document and saves the result to a new file. Args: input_file_name (str):...

    docs.aspose.com/pdf/python-net/delete-pages/