Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 213,245 for

new

(0.17 sec)
  1. View PCL Files using C++ | Aspose.PDF

    Open and view PCL documents programmatically with C++ sample code using Aspose.PDF for C++...var document = new Document ( "template.pcl" , new PclLoadOptions...

    products.aspose.com/pdf/cpp/viewer/pcl/
  2. View CGM Files using C++ | Aspose.PDF

    Open and view CGM documents programmatically with C++ sample code using Aspose.PDF for C++...var document = new Document ( "template.cgm" , new CgmLoadOptions...

    products.aspose.com/pdf/cpp/viewer/cgm/
  3. DocSaveOptions.AlwaysCompressMetafiles | Aspose...

    Optimize your document management with the AlwaysCompressMetafiles property. Improve performance by controlling metafile compression for efficiency.... Document doc = new Document ( MyDir + "Microsoft...DocSaveOptions saveOptions = new DocSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 从CFF文件加载字体|爪哇

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  5. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....Presentation class Presentation pres = new Presentation ( "pres.pptx" );...FileInputStream fileStream = new FileInputStream ( "Wildlife.mp4"...

    docs.aspose.com/slides/java/video-frame/
  6. 在 EPS 的 XMP 元数据中添加命名值 | Java

    本文将通过代码片段讲解并使用 Aspose.Page for Java 在 XMP 元数据中添加命名值的过程。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/add-n...
  7. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the New …... However, the new PDF document renders with the...com.aspose.pdf.Document doc = new com.aspose.pdf.Document(“SD_Aspose...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  8. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...We have opened the following new ticket(s) in our internal issue...following codes: Workbook workbook = new Workbook(); WorkbookDesigner...

    forum.aspose.com/t/handling-json-array-as-singl...
  9. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using JavaScript via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/show-and-h...
  10. DocumentRecoveryMode | Aspose.Words for Java

    Specifies the available recovery options when a document encounters errors during loading in Java.... LoadOptions loadOptions = new LoadOptions(); loadOptions.s...TRY_RECOVER); Document doc = new Document(getMyDir() + "Corrupted...

    reference.aspose.com/words/java/com.aspose.word...