Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 158,562 for

open

(0.27 sec)
  1. Java API to Render PDF to SXC | products.aspose...

    Export PDF to SXC via Java API without using Microsoft Excel or Adobe Reader...Convert PDF File to SXC via Java Open PDF file using Document class...Using the API, you can first open the protected document using...

    products.aspose.com/total/java/conversion/pdf-t...
  2. Java API to Render CGM to ODS | products.aspose...

    Export CGM to ODS via Java API without using Microsoft Excel or Adobe Reader...convert XLSX to ODS, which is an open document spreadsheet format...Convert CGM File to ODS via Java Open CGM file using Document class...

    products.aspose.com/total/java/conversion/cgm-t...
  3. Java API to Render MHTML to ODS | products.aspo...

    Export MHTML to ODS via Java API without using Microsoft Excel or Adobe Reader...Convert MHTML File to ODS via Java Open MHTML file using Document class...Using the API, you can first open the protected document using...

    products.aspose.com/total/java/conversion/mhtml...
  4. Java API to Render SVG to SXC | products.aspose...

    Export SVG to SXC via Java API without using Microsoft Excel or Adobe Reader...Convert SVG File to SXC via Java Open SVG file using Document class...Using the API, you can first open the protected document using...

    products.aspose.com/total/java/conversion/svg-t...
  5. Java API to Render SVG to ODS | products.aspose...

    Export SVG to ODS via Java API without using Microsoft Excel or Adobe Reader...Convert SVG File to ODS via Java Open SVG file using Document class...Using the API, you can first open the protected document using...

    products.aspose.com/total/java/conversion/svg-t...
  6. Export XSLFO to POTX in Android | products.aspo...

    Android API to Convert XSLFO to POTX without using Microsoft Word... POTX (PowerPoint Open XML) is a file format used by...presentations. It is based on the Open XML standard and is used to...

    products.aspose.com/total/android-java/conversi...
  7. Online XSLFO to ODP Conversion or Develop Java ...

    Free online app to convert XSLFO to ODP files. Java conversion library code for XSLFO documents....ODP via Java Automation API Open XSLFO file using Document class...ODP with other features like Open Encrypted XSLFO File via Java...

    products.aspose.com/total/java/conversion/xslfo...
  8. Justify Text in a Textbox Field|Aspose.PDF for ...

    This article shows you how to Justify Text in a Textbox Field using Form Class....(); // Open PDF document using ( var source = File . Open ( dataDir..."JustifyText.pdf" , FileMode . Open )) { using ( var ms = new MemoryStream...

    docs.aspose.com/pdf/net/justify-text-in-a-textb...
  9. 在 VSTO 和 Aspose.Cells 中合并或取消合并工作表中的单元格|Document...

    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....xls" ; //Open the excel file. excelApp . Workbooks . Open ( myPath..."Book1.xls" ; //Open the excel file. workbook . Open ( myPath );...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...pdf"; // Open PDF document using (var document...document.Save(output); } // Open PDF document using (var document...

    forum.aspose.com/t/change-a-field-name/312114