Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 18,475 for

docx to doc

(1.07 sec)
  1. Გადაიყვანეთ JPG DOCX C#

    გადაიყვანეთ JPG Docx C# ფორმატში კოდით. შეინახეთ JPG როგორც Docx C#....გადაიყვანეთ JPG DOCX C# ში მაღალსიჩქარიანი პროგრამული უზრუნველყოფა...უზრუნველყოფა .NET ბიბლიოთეკა JPG DOCX გამოიყენეთ ჩვენი დოკუმენტის კონვერტაციის...

    products.aspose.com/words/ka/net/conversion/jpg...
  2. Cropped images do not render properly in HTML w...

    Hi, When converting Docx To HTML, we set ScaleImageToShapeSize is set To false. This is To work around a sizing issue reported in https://forum.aspose.com/t/images-in-rendered-html-have-extra-size-and-caused-blurry-outp…...10:55am 1 Hi, When converting DOCX to HTML, we set ScaleImageToShapeSiz...output. Code: var doc = new Document(@".\test.docx"); var saveOptions...

    forum.aspose.com/t/cropped-images-do-not-render...
  3. OoxmlCompliance Enum | Aspose.Words for .NET

    Explore Aspose.Words.Saving.OoxmlCompliance enum To choose your preferred OOXML specification for optimal Docx format saving. Enhance Document quality Today!...will be used when saving in the DOCX format. public enum OoxmlCompliance...shapes into a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Several Image Into TXT C++

    Merge multiple Image inTo TXT in C++ code. Save Image as TXT using C++....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-txt/
  5. Splitter | Aspose.Words for Java

    Provides methods intended To split the Documents inTo parts using different criteria in Java.... String doc = getMyDir() + "Big document.docx"; SplitterContext...create(splitterContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  6. Converting a PDF file to EPUB using C++ | Aspos...

    Sample code for PDF To EPUB conversion using C++. Use C++ example for batch PDF To EPUB conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in EPUB format. doc -> Save ( u "convertedFile.epub"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  7. Converting a PDF file to SVG using C++ | Aspose...

    Sample code for PDF To SVG conversion using C++. Use C++ example for batch PDF To SVG conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in SVG format. doc -> Save ( u "convertedFile.svg"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-svg/
  8. Converting a PDF file to EXCEL using C++ | Aspo...

    Sample code for PDF To EXCEL conversion using C++. Use C++ example for batch PDF To EXCEL conversion.... auto doc = MakeObject < Document > ( u...); // Save in EXCEL format. doc -> Save ( u "convertedFile.excel"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  9. Converting a PS file to BMP using C++ | Aspose.PDF

    Sample code for PS To BMP conversion using C++. Use C++ example for batch PS To BMP conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in BMP format. doc -> Save ( u "convertedFile.bmp"...

    products.aspose.com/pdf/cpp/conversion/ps-to-bmp/
  10. Converting a PS file to TIFF using C++ | Aspose...

    Sample code for PS To TIFF conversion using C++. Use C++ example for batch PS To TIFF conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in TIFF format. doc -> Save ( u "convertedFile.tiff"...

    products.aspose.com/pdf/cpp/conversion/ps-to-tiff/