Sort Score
Result 10 results
Languages All
Labels All
Results 9,391 - 9,400 of 213,228 for

new

(0.34 sec)
  1. | Aspose

    Sample code for TIFF to XLSX Java conversion. Use API example code for batch TIFF files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/tiff-to...
  2. PDF to PDFA Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...merging files In loop: add a new page to PDF/A document In loop:...

    products.aspose.com/pdf/net/merger/pdf-to-pdfa/
  3. ImportNode changes layout of table - Free Suppo...

    Hi all, We have some code that splits Word documents on sections. For this we iterate over all sections of the original document and use Node node = workingDoc.ImportNode(sec, true, ImportFormatMode.KeepDifferentStyles…...Add(node); to import them into a new document. This works nicely....paper). After importing into the new document the populated columns...

    forum.aspose.com/t/importnode-changes-layout-of...
  4. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your document management and efficiency.... Document doc = new Document ( MyDir + "Layout entities...NUMPAGE field. Document doc = new Document ( MyDir + "Page fields...

    reference.aspose.com/words/net/aspose.words/doc...
  5. 从DataTable导入|Documentation

    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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...object DataTable dataTable = new DataTable ( "Products" ); //Adding...

    docs.aspose.com/cells/zh/net/importing-from-dat...
  6. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....); // Create a new file. const workbook = new AsposeCells . Workbook...existing file. const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  7. View or Edit PPS Files Metadata using Java | pr...

    Java source code to edit or view PPS format metadata....Properties - Java Presentation pres = new Presentation ( "Presentation...PPS - Java Presentation pres = new Presentation (); try { // Getting...

    products.aspose.com/slides/java/metadata/pps/
  8. 公共 API Aspose.Diagram 16.11.0 的变化|Documentation

    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....Visio diagram Diagram diagram = new Diagram ( @"C:\temp\Drawing1...C# // create a new diagram Diagram diagram = new Diagram (); //...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  9. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = New PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath);...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); PrintPageSettings...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  10. DWG to svg,我想在转svg的时候携带一些属性,我该如何操作? - Free Supp...

    使用Aspose for Java将DWG to svg,我想在转svg的时候携带一些自定义属性到svg的path、text元素中,我该如何操作?...dwg");<br>ByteArrayOutputStrea baos = new ByteArrayOutputStrea();<br>SvgOptions...vgOptions svgOpts = new SvgOptions();<br>cad.save(baos, svgOpts);<br>String...

    forum.aspose.com/t/dwg-to-svg-svg/323730