Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 214,328 for

new

(0.24 sec)
  1. Generate Swiss Post Parcel Barcodes in C#|Docum...

    Description of Swiss Post Parcel Barcode Type...the original identifier gen = new BarcodeGenerator ( EncodeTypes...foreach ( BarCodeResult result in new BarCodeReader ( gen . GenerateBarCodeImage...

    docs.aspose.com/barcode/net/swiss-post-parcel-b...
  2. Aspose.pdf PDF To jpg - Free Support Forum - as...

    感谢您的查看和帮助! 1.业务:PDF转JPG图片,然后进行OCR识别,服务器返回双层PDF文件。 2.当我使用Aspose.pdf.dll 22.11.0.jpeg图片,OCR返回的双层PDF是正常的,可以正常打开。 3.当我使用Aspose.pdf via Drawing.dll 25.4.0.jpeg图片,OCR返回的双层PDF是错误的,文件损坏。 当我对比:Aspose.pdf.dll 22.11.0.jpe…...default) { var imagePaths = new List(); // 确保输出目录存在 Directory...// 初始化许可证(实际项目中应从安全位置加载) // new Aspose.Pdf.License().SetLicense("Aspose...

    forum.aspose.com/t/aspose-pdf-pdf-to-jpg/317436
  3. Adding, Updating, and Removing Data from DICOM ...

    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....to a DICOM File You can add new elements to a DICOM file using...follows the same process as adding new data. If a tag already exists...

    docs.aspose.com/medical/net/developer-guide/dat...
  4. AxisBuiltInUnit enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.AxisBuiltInUnit enumeration. Specifies the display units for an axis....value is not supported by the new chart types of MS Office 2016...value is supported only by the new chart types of MS Office 2016...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for JavaScript via C++ API....Introduction Whether creating a new worksheet from scratch or working...the index of the row where the new row will be inserted. <!DOCTYPE...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  6. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...MemoryStream outStream = new(); var pdf = new Document(new MemoryStream(convertRequest...FileData)); var fileEditor = new PdfFileEditor(); var scaleFactor...

    forum.aspose.com/t/getting-error-index-was-out-...
  7. Working with Z Archives | Aspose.Zip Documentation

    Java z API lets you work with creating and managing Unix Z archives in your applications without needing third-party applications. It provides various methods for operations on archives....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/working-with-unix-z-ar...
  8. Sorting Tasks by Column in Gantt Chart | Aspose...

    This guide explains how to sort tasks by column in Gant chart view using Aspose.Tasks for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/sort-tasks-by-column...
  9. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... Document doc = new Document (); // Insert even and...FirstSection . HeadersFooters . Add ( new HeaderFooter ( doc , HeaderFooterType...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel workbook with Aspose.Cells for JavaScript via C++....file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/convert-js...