Sort Score
Result 10 results
Languages All
Labels All
Results 8,621 - 8,630 of 586,048 for

save

(0.12 sec)
  1. Convert xlsx to xml, but when the number of row...

    I refer to the link below to convert Excel to xml format. When the number of rows exceeds 65535, the data after 65535 rows is lost. Version info: Aspose.Cells for Net 23.9... Save XLSX to XML C#. Version info:...itself has limits which can save a maximum of 65,536 rows and...

    forum.aspose.com/t/convert-xlsx-to-xml-but-when...
  2. Split DOC Files via Java | products.aspose.com

    Java source code to split Microsoft Word DOC documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....With each iteration creat and Save new document at a specified...DocumentPageSplitter ( doc ); // Save each page as a separate document...

    products.aspose.com/words/java/splitter/doc/
  3. ImageSaveOptions.TiffBinarizationMethod | Aspos...

    ImageSaveOptions TiffBinarizationMethod property. Gets or sets method used while converting images to 1 bpp format when SaveFormat is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4 in C#....jpg" ); // When we save the document as a TIFF, we can...ThresholdForFloydSte = 240 }; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Extract Assets from GLTF File Formats via .NET ...

    C# source code to load, render and add extract assets from GLTF documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/gltf/
  5. Ошибка при вызове Document.Save при конвертации...

    Добрый день. Сталкиваемся с плавающей ошибкой при вызове метода Document.Save для сохранения результата конвертации. Обычно все проходит отлично, но иногда метод сохранения генерирует исключение, стектрейс которого обфу…...Save при конвертации pdf в pdf/a Техническая...Техническая поддержка России save-pdf shumikhin.aa July 27, 2023...

    forum.aspose.com/t/document-save-pdf-pdf-a/268970
  6. XslFoLoadOptions | Aspose.PDF for .NET API Refe...

    Represents options for loading/importing XSL-FO file into pdf document....xslFoLoadOptions )) { // Save PDF file pdfDocument . Save ( pdfFile ); }...xslFoLoadOptions ) ' Save PDF file pdfDocument . Save ( pdfFile ) End...

    reference.aspose.com/pdf/net/aspose.pdf/xslfolo...
  7. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification....= "hi world" ; // Save file document . Save ( dataDir + "ManipulateTable_out...newTable ); // Save document document . Save ( dataDir + "TableReplaced_out...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  8. Remove Tables from existing PDF|Aspose.PDF for ...

    Understand how to remove tables from a PDF document using Aspose.PDF for .NET, improving document clarity and structure....Remove ( table ); // Save PDF document . Save ( dataDir + "Table_out...( table ); } // Save document document . Save ( dataDir + "Table2_out...

    docs.aspose.com/pdf/net/remove-tables-from-exis...
  9. Convert DOTM to POTX via C++ or with free Onlin...

    Export DOTM to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POTX online converter quickly before integrating the code....presentations from HTML and save them as POTX files. Aspose.Total...Convert DOTM to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/dotm-t...
  10. PdfFileSanitization | Aspose.PDF for Python via...

    Represents sanitization and recovery API.
    Use it if you can't create/open documents in any other way.... log After file has Saved you can check what was done...facade. save(output_file) Saves the result PDF to file. save(output_stream)...

    reference.aspose.com/pdf/python-net/aspose.pdf....