Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 5,237 for

document navigation

(0.19 sec)
  1. تحويل HTML إلى صورة C++

    تحويل HTML إلى تنسيق صورة في كود C++ احفظ HTML باسم صورة باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.html"); doc->Save(u"Output...

    products.aspose.com/words/ar/cpp/conversion/htm...
  2. تحويل صورة إلى HTML C++

    تحويل صورة إلى تنسيق HTML في كود C++ احفظ صورة باسم HTML باستخدام C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...

    products.aspose.com/words/ar/cpp/conversion/ima...
  3. عدة HTML في صورة Java

    دمج العديد من HTML في صورة في رمز Java احفظ HTML باسم صورة باستخدام Java....html" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...

    products.aspose.com/words/ar/java/merge/html-to...
  4. عدة TEXT في PNG Java

    دمج العديد من TEXT في PNG في رمز Java احفظ TEXT باسم PNG باستخدام Java....txt" ); Document output = new Document (); // قم بإزالة...: fileNames) { Document input = new Document (fileName); // بإلحاق...

    products.aspose.com/words/ar/java/merge/text-to...
  5. تحويل PDF إلى DOC C#

    تحويل PDF إلى تنسيق DOC في كود C# احفظ PDF باسم DOC باستخدام C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/pdf...
  6. تحويل PDF إلى صورة C#

    تحويل PDF إلى تنسيق صورة في كود C# احفظ PDF باسم صورة باستخدام C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ar/net/conversion/pdf...
  7. Konvertera JPG Till PDF C#

    Konvertera JPG formatet till PDF C# kod. Spara JPG som PDF med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/sv/net/conversion/jpg...
  8. Konvertera JPG Till TXT C#

    Konvertera JPG formatet till TXT C# kod. Spara JPG som TXT med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/sv/net/conversion/jpg...
  9. Konverter PDF Til DOCX C#

    Konverter PDF til DOCX format i C# kode. Gem PDF som DOCX ved hjælp af C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/da/net/conversion/pdf...
  10. Konverter JPG Til WORD C#

    Konverter JPG til WORD format i C# kode. Gem JPG som WORD ved hjælp af C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/da/net/conversion/jpg...