Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 223,123 for

new

(0.17 sec)
  1. Convert PDF to Microsoft PowerPoint|Aspose.PDF ...

    Aspose.PDF allows you to convert PDF to PowerPoint format using Java. One way there is a possibility to convert PDF to PPTX with Slides as Images....document Document document = new Document ( documentFileName );...PptxSaveOptions pptx_save = new PptxSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-pdf-to-powerpo...
  2. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。...document using ( var document = new Aspose . Pdf . Document ( dataDir...extract text var textAbsorber = new Aspose . Pdf . Text . TextAbsorber...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...
  3. 在 AWS 中转换文档|Aspose.PDF for .NET

    学习如何在 AWS 环境中部署和使用 Aspose.PDF for .NET。解锁云中的强大 PDF 处理能力。...public Function () { S3Client = new AmazonS3Client (); // Consider...Aspose . Pdf . License lic = new Aspose . Pdf . License (); //...

    docs.aspose.com/pdf/zh/net/integration-aws/
  4. Configure Font Substitution in Presentations in...

    Enable optimal font substitution in Aspose.Slides for .NET when converting PowerPoint & OpenDocument presentations to other file formats....using ( Presentation pres = new Presentation ( @"Presentation...that will be replaced. Load the new font. Add a rule for the replacement...

    docs.aspose.com/slides/net/font-substitution/
  5. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in Java....LoadOptions disableExternalImage = new LoadOptions (); disableExternalImage...setResourceLoadingCa ( new DisableExternalImage ()); Document doc = new Document...

    docs.aspose.com/words/java/web-applications-sec...
  6. PDF to TIFF Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to TIFF document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-tiff/
  7. Generating the form|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for Java engine.... OmrEngine engine = new OmrEngine (); GenerationResult...settings: OmrEngine engine = new OmrEngine (); GlobalPageSettings...

    docs.aspose.com/omr/java/generate-template/
  8. Aspose Java Mail Msg To Eml conversion override...

    Hello, We are converting MSG files to EML files via: MailMessage message = MailMessage.load(New ByteArrayInputStream(msg), New MsgLoadOptions()); ByteArrayOutputStream out = New ByteArrayOutputStream(); EmlSaveOption…...load(new ByteArrayInputStream(msg), new MsgLoadOptions());...MsgLoadOptions()); ByteArrayOutputStrea out = new ByteArrayOutputStrea(); EmlSaveOptions...

    forum.aspose.com/t/aspose-java-mail-msg-to-eml-...
  9. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(New String[]{“pathToMyDir”}, true); I also have a usec…...setFontFolders(new String[]{“pathToMyDir”}, true);...an excel file that uses Times New Roman in a table, and I want...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  10. Merge XPS to XPS, XPS to PDF | .NET

    .NET API Solution to merge XPS files in a few lines of code. Save the combined result as XPS or PDF files. C# code example of merging functionality....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/merge-xps-files/