Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 213,527 for

new

(0.61 sec)
  1. WebExtensionPropertyCollection | Aspose.Words f...

    Specifies a set of web extension custom properties in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Extracting text from receipts|Documentation

    How to digitize scanned receipts by automatically extracting text from them....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition/receipt/
  3. Converting Range of DjVu Pages to Separate Imag...

    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....instance of Image class $image = new Image (); $image = $image ->...BmpOptions $export_options = new BmpOptions (); \ # Set BitsPerPixel...

    docs.aspose.com/imaging/java/converting-range-o...
  4. Convert Pdf to Pdf/ua - Free Support Forum - as...

    Hi Im trying to convert a Pdf to PdfUa, I found some examples on how to it. And from this I made this test-function private void Convert() { Document pdfDoc = New Document("C:\\Temp\\NotPdfua.pdf"); var validateF…...Convert() { Document pdfDoc = new Document("C:\\Temp\\NotPdfua...PDF_UA_1); } var conversionOption = new PdfFormatConversionO(errorFileName...

    forum.aspose.com/t/convert-pdf-to-pdf-ua/283150
  5. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentProperty.LinkSource | Aspose.Words for ...

    Discover the LinkSource property for DocumentProperty, effortlessly access the source of your linked custom document properties for enhanced document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "MyBookmark" ); // Link a new custom property to a bookmark...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Installing and Using Aspose.Email for IntelliJ ...

    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....this plugin will introduce a new project type – Aspose.Email Maven...under “New” menu (using Right Click -> New OR File menu->New) – Aspose...

    docs.aspose.com/email/java/installing-and-using...
  8. DICOM to PDF Converter using PHP | Aspose.PDF

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

    products.aspose.com/pdf/php-java/conversion/dic...
  9. PCL to PDF Merge using Java | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PCL file to new PDF...

    products.aspose.com/pdf/java/merger/pcl-to-pdf/
  10. When converting docx to html using aspose .net ...

    using var stream = New MemoryStream(); HtmlSaveOptions options = New HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...var doc = new Document("input.docx"); var stream = new MemoryStream();...

    forum.aspose.com/t/when-converting-docx-to-html...