Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 188,980 for

page

(2.89 sec)
  1. "Unable to load DLL" Error When Using Aspose.Sl...

    Hi, I’m facing this issue running aspose in a windows container. I’m using ASpose.Slides.NET version 23.5.0 2023-09-01 09:39:20,853 ERROR SEPDFConverter.Service.ConverterService - Unable to load DLL 'aspose.slides.dra…... ← previous page...

    forum.aspose.com/t/unable-to-load-dll-error-whe...
  2. Add texts with different fonts in PS files

    C++ API Solution to create and manipulate vector graphics shapes and text of PS, XPS and EPS files. Insert text into PS file....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/add-text-to-ps/
  3. Watermark VSTX document via Python | products.a...

    Python sample code to add watermark to VSTX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vstx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  4. Watermark VDX document via Python | products.as...

    Python sample code to add watermark to VDX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vdx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  5. Watermark VSDM document via Python | products.a...

    Python sample code to add watermark to VSDM documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vsdm" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  6. Aspose.Total for Go via C++|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....manipulation, page management (adding, deleting, rotating pages), document...Aspose.PDF for Go via C++ Product Page Download Aspose.PDF for Go via...

    docs.aspose.com/total/go-cpp/
  7. Aspose::Words::Hyphenation::get_Callback method...

    Aspose::Words::Hyphenation::get_Callback method. Gets callback interface used to request dictionaries when Page layout of the document is built. This allows delay loading of dictionaries which may be useful when processing documents in many languages in C++....to request dictionaries when page layout of the document is built...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  8. Convert JPG To PDF C++

    Convert JPG to PDF format in C++ code. Save JPG as PDF using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/jpg-to...
  9. Convert DOC To RTF C++

    Convert DOC to RTF format in C++ code. Save DOC as RTF using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/doc-to...
  10. Convert JPG To TXT C++

    Convert JPG to TXT format in C++ code. Save JPG as TXT using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/jpg-to...