Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 373,036 for

save

(0.15 sec)
  1. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...svaing code: // Save as DOCX, reload and save as PDF DocumentStoreHelper...adjust the PdfSaveOptions when saving the document as a PDF. Specifically...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  2. Android API to Render CGM to ODT | products.asp...

    Transform CGM to ODT via Android via Java API...Convert CGM to DOC by using save method Load DOC file by using...Aspose.Words Save the document to ODT format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for C++, automate documentation and keep formatting....the markdown document will be saved. Convert PowerPoint to Markdown...presentation object. Use the Save method to save the object as a markdown...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  4. Converting a PDF file to XLSX using PHP | Aspos...

    Sample code on PHP for PDF to XLSX conversion. Use example code for batch PDF to XLSX conversion with Aspose.PDF for PHP via Java...Save method while passing the output...SaveFormat.Xlsx as parameters Save the output XLSX file System...

    products.aspose.com/pdf/php-java/conversion/pdf...
  5. Set Background Picture of a Worksheet|Documenta...

    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.... Save the workbook. The code samples..."e:\\test\\school.jpg" ); //Save the Excel file. objBook . SaveCopyAs...

    docs.aspose.com/cells/net/set-background-pictur...
  6. 在VSTO和Aspose.Cells中插入和移除工作表中的单元格注释|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....comment" ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit...comment" ; //Save As the excel file. workbook . Save ( "Book1.xls"...

    docs.aspose.com/cells/zh/net/inserting-and-remo...
  7. Convert Excel to ODS|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....is to load the workbook and save it by passing SaveFormat.ODS...second parameter of the Workbook.save method. The following code snippet...

    docs.aspose.com/cells/python-java/convert-excel...
  8. Copy Worksheets between Workbooks|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....ws0 ); //Save the excel file. excelWorkbook1 . Save ( FileName...ws0 ); //Save the excel file. excelWorkbook1 . Save ( "copyworksheet...

    docs.aspose.com/cells/net/copy-worksheets-betwe...
  9. Remove Tables from existing PDF|Aspose.PDF for C++

    This section describes how to remove Table from PDF document....Remove ( table ); // Save PDF document -> Save ( _dataDir + u "Table_out...Remove ( table ); // Save document document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/remove-tables-from-exis...
  10. Aspose::Words::Document::ExtractPages method | ...

    Aspose::Words::Document::ExtractPages method. Returns the Document object representing specified range of pages in C++....ExtractPages ( 0 , 2 ); doc -> Save ( get_ArtifactsDir () + u "Document...the initial page numbering and save the NUMPAGE field. auto doc...

    reference.aspose.com/words/cpp/aspose.words/doc...