Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 583,038 for

save

(0.18 sec)
  1. PDF Tooltip using Python|Aspose.PDF for Python ...

    Learn how to add tooltip to the text fragment in PDF using Python and Aspose.PDF... save ( output_pdf ) # Open document...add ( field ) # Save document document . save ( output_pdf ) Create...

    docs.aspose.com/pdf/python-net/pdf-tooltip/
  2. Aspose::Words::LowCode::Merger::Merge method | ...

    How to use Merge method of Aspose::Words::LowCode::Merger class in C++....Aspose::Words::SaveFormat The save format. See Also Enum SaveFormat...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, Aspose::Wo...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. How to Generate QR Code in C#

    This topic provides a simple solution to the question how to generate QR code in C#. Create a C# code generator with simple steps....DocumentBuilder object As a last step, save QR code as image format In this...we’re saving the QR code image as PNG, however, you can save your...

    kb.aspose.com/barcode/net/how-to-generate-qr-co...
  4. Convert XLSM to WORD with .NET or with free Onl...

    Convert XLSM to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSM to WORD online converter quickly before integrating the code....Document class Save the document to DOC format using Save method and..."input.xlsm" ); // save XLSM as PDF book . Save ( "pdfOutput.pdf"...

    products.aspose.com/total/net/conversion/xlsm-t...
  5. Convertt EML to PDF - Free Support Forum - aspo...

    According to the documentation provided at: it should be relatively easy to load an EML file and then Save it as a PDF. However, when I try to implement the code, I do not get ‘DefaultPdf’ as a valid Save option. He…...to load an EML file and then save it as a PDF. However, when I...get ‘DefaultPdf’ as a valid save option. Here is my code: //...

    forum.aspose.com/t/convertt-eml-to-pdf/242150
  6. Protect and lock DOT document via .NET | produc...

    C# sample code to lock DOT file using password using server side .NET library....password Save the result back in DOT format with Doucment.Save method..."password" ); // save the protected DOT file doc.Save( "protected...

    products.aspose.com/words/net/protect/dot/
  7. Protect and lock DOC document via .NET | produc...

    C# sample code to lock DOC file using password using server side .NET library....password Save the result back in DOC format with Doucment.Save method..."password" ); // save the protected DOC file doc.Save( "protected...

    products.aspose.com/words/net/protect/doc/
  8. Convert XLSB to ODT using Python or with free O...

    XLSB to ODT conversion in your Python applications without using Microsoft Office or online. Test free XLSB to ODT online converter quickly before integrating the code....NET , save the created HTML into desired...Workbook class Save XLSB file to HTML by using save(file, SaveFormat...

    products.aspose.com/total/python-net/conversion...
  9. Convert ICS to MSG via Java | products.aspose.com

    Try the code sample to convert ICS files to MSG format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...Appointment class used to load and save calendar events, create new...

    products.aspose.com/email/java/conversion/ics-t...
  10. Convert JSON to PDF in Python | Python Excel Li...

    Use Python Excel library to convert JSON files to PDF in Python. Download and use high-speed Python library for spreadsheet manipulation....Simply load the JSON file and save it in PDF format. The following...Workbook class. Save JSON as PDF using Workbook.save() method. The...

    blog.aspose.com/cells/convert-json-to-pdf-in-py...