Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 12,896 for

pdf to doc

(0.41 sec)
  1. FieldPrintDate.use_um_al_qura_calendar property...

    FieldPrintDate.use_um_al_qura_calendar property. Gets or sets whether To use the Um-al-Qura calendar.... doc = aw . Document ( file_name =...or printed as a PDF (but not exported to PDF), # PRINTDATE fields...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldPrintDate.use_saka_era_calendar property |...

    FieldPrintDate.use_saka_era_calendar property. Gets or sets whether To use the Saka Era calendar.... doc = aw . Document ( file_name =...or printed as a PDF (but not exported to PDF), # PRINTDATE fields...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Several HTML Into WORD Java

    Merge multiple HTML inTo WORD in Java code. Save HTML as WORD using Java....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...other file formats: HTML TO DOC HTML TO EPUB HTML TO GIF HTML...

    products.aspose.com/words/java/merge/html-to-word/
  4. Several HTML Into Markdown Java

    Merge multiple HTML inTo Markdown in Java code. Save HTML as Markdown using Java....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...other file formats: HTML TO DOC HTML TO DOCX HTML TO EPUB HTML...

    products.aspose.com/words/java/merge/html-to-md/
  5. Aspose::Words::Saving::PdfSaveOptions::get_Open...

    Aspose::Words::Saving::PdfSaveOptions::get_OpenHyperlinksInNewWindow method. Gets or sets a value determining whether hyperlinks in the output Pdf Document are forced To be opened in a new window (or tab) of a browser in C++....whether hyperlinks in the output Pdf document are forced to be opened...hyperlinks can’t work in some PDF readers e.g. Chrome, Firefox...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::PdfDigitalSignatureDetai...

    Aspose::Words::Saving::PdfDigitalSignatureDetails::get_SignatureDate method. Gets or sets the date of the signing in C++....to sign a generated PDF document. auto doc = MakeObject < Document...> ( doc ); builder -> Writeln ( u "Contents of signed PDF." );...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Several Image Into JPG Java

    Merge multiple Image inTo JPG in Java code. Save Image as JPG using Java....png" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/image-to-jpg/
  8. Several Image Into BMP Java

    Merge multiple Image inTo BMP in Java code. Save Image as BMP using Java....png" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/image-to-bmp/
  9. PdfImageColorSpaceExportMode enumeration | Aspo...

    Aspose.Words.Saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in Pdf Document....be selected for the images in PDF document. Members Name Description...document as we export it to PDF. let doc = new aw . Document ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Several JPG Into BMP C#

    Merge multiple JPG inTo BMP in C# code. Save JPG as BMP using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-bmp/