Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 5,257 for

document navigation

(0.12 sec)
  1. تحويل TEXT إلى JPG C++

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

    products.aspose.com/words/ar/cpp/conversion/tex...
  2. تحويل DOC إلى HTML C++

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

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

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

    products.aspose.com/words/ar/java/merge/doc-to-...
  4. Konverter Billede Til DOC C#

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

    products.aspose.com/words/da/net/conversion/ima...
  5. Konverter Billede Til PNG C#

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

    products.aspose.com/words/da/net/conversion/ima...
  6. Konvertera JPG Till PNG C++

    Konvertera JPG formatet till PNG C++ kod. Spara JPG som PNG med C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...

    products.aspose.com/words/sv/cpp/conversion/jpg...
  7. Konvertera JPG Till TIFF C++

    Konvertera JPG formatet till TIFF C++ kod. Spara JPG som TIFF med C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...

    products.aspose.com/words/sv/cpp/conversion/jpg...
  8. تحويل صورة إلى BMP C++

    تحويل صورة إلى تنسيق BMP في كود C++ احفظ صورة باسم BMP باستخدام 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...
  9. Konverter WORD Til HTML C#

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

    products.aspose.com/words/da/net/conversion/wor...
  10. Konvertera TEXT Till GIF C#

    Konvertera TEXT formatet till GIF C# kod. Spara TEXT som GIF med C#....Words; var doc = new Document( "Input.txt" ); var saveOptions...Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/sv/net/conversion/tex...