Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 164,954 for

new

(0.06 sec)
  1. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...PDF 文档 Document pdfDocument = new Document ( _dataDir + "PDFOperators...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/zh/java/operators/
  2. HTML to PDF conversion fails on Linux - font no...

    I’m performing HTML to PDF conversion on an Azure Function app running .NET 8 on Linux. The process always fails. The following message appears: No font was found. To resolve this problem, you can set up your custom se…...Add(new MemoryFontSource(bytes)); But...FontRepository FontRepository.Sources.Add(new MemoryFontSource(fontBytes));...

    forum.aspose.com/t/html-to-pdf-conversion-fails...
  3. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...comment = new Comment(doc, "John Doe", "J.D.", new Date()); comment...

    reference.aspose.com/words/java/com.aspose.word...
  4. Chart.Format | Aspose.Words for .NET

    Unlock advanced chart formatting with our tool! Easily customize fill and line styles for stunning, professional visuals that enhance your data presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartTitle.Format | Aspose.Words for .NET

    Explore the ChartTitle Format property for enhanced fill and line styling, giving your charts a professional and polished look....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Drawing Images using Core Functionality in PHP|...

    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....properties $create_options = new BmpOptions (); $create_options...property $fileCreateSource = new FileCreateSource (); $create_options...

    docs.aspose.com/imaging/java/drawing-images-usi...
  7. Hoe om Group Shape By'n Word-Dokument Te Voeg|A...

    Groepering en ongroepering vorms met behulp van Java.... Document doc = new Aspose . Words . Document ();...EnsureMinimum (); GroupShape gs = new GroupShape ( doc ); Aspose ....

    docs.aspose.com/words/af/java/how-to-add-group-...
  8. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.JPEG);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Recognition|Documentation

    Extracting text from images, web links, scanned PDFs, DjVu files, folders, archives and other content....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition/
  10. Table Inside Textbox - Free Support Forum - asp...

    I am having an issue with Aspose MailMerge. We have a table that is inside of a textbox. The text is set to align starting outside of the table cells. The PDF is supposed to clip the text rendering outside of the text…... The new version of Aspose.Words does...Aspose.Words.License license = new Aspose.Words.License(); license...

    forum.aspose.com/t/table-inside-textbox/312008