Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 214,359 for

new

(0.38 sec)
  1. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...instance of Workbook const book = new Workbook (); // Get the WorksheetCollection...book . worksheets ; // Add a new Named Range with name "NewNamedRange"...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....AsposeOcr recognitionEngine = new AsposeOcr (); // Add PDF documents...OcrInput object OcrInput input = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/deskew/
  3. Extract data from AcroForm|Aspose.PDF for PHP v...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using PHP and the Aspose.PDF.... // Create a new instance of the License class...license file $licenceObject = new License (); $licenceObject ->...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  4. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#....headers and footers of this new section are unlinked so they...appended to. Document dstDoc = new Document ( ); // We should call...

    docs.aspose.com/words/net/joining-word-document...
  5. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...
  6. Format cells with JavaScript via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for JavaScript via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/cells-form...
  7. DOCX -> TIFF conversion creates additional page...

    When converting from DOCX to TIFF page by page using Document. extractPages() for the first page in the document an additional extra empty page is created. The issue can be replicated using this document: GEN_Formular…... Document doc = new Document("path/to/your/document... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.TIFF);...

    forum.aspose.com/t/docx-tiff-conversion-creates...
  8. Table row splitting between pages when converti...

    Hi, I am converting HTML TO PDF using Aspose.PDF package. My table row is getting split between pages of generated PDF. Same issue was earlier reported by one of the user on your forum with Issue ID (PDFNET-56889) and i…...inStream = new MemoryStream(byteArray)) { var options = new HtmlLoadOptions()...true, PageInfo = new PageInfo() { Margin = new MarginInfo(0, 0...

    forum.aspose.com/t/table-row-splitting-between-...
  9. Pdf compare - Free Support Forum - aspose.com

    Hi, I am trying to compare two pdf using private static void ComparingEntireDocuments() { // The path to the documents directory var dataDir = RunExamples.GetDataDir_AsposePdf_DocumentCompare(); // Open PD…...documents using (var document1 = new Aspose.Pdf.Document(dataDir +...pdf")) { using (var document2 = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-compare/316339
  10. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/passport/