Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 213,589 for

new

(0.16 sec)
  1. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Document doc = new Aspose.Words.Document(context...SourcePath); doc.FontSettings = new FontSettings(); doc.FontSettings...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  2. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  3. Password Protect Zip Files and Archives in C# |...

    Zip C# library lets you сompress and decompress files or directory with password protection in C#...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/password-protecting-arc...
  4. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...try (InputStream msgInput = new FileInputStream(inputFile)) {...toMailMessage(new MailConversionOption()); } } else { throw new Runti...

    forum.aspose.com/t/content-is-still-being-slice...
  5. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  6. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Issues when using Multilanguage - Free Support ...

    Hello, I am trying to OCR a PDF with multiple languages and always get a System.Exception error. I tried to use the Logging feature with no luck. I have also downloaded all models as you can see in the screenshot below …...SetLicense()) throw new Exception("Error setting license...better efficiency var api = new AsposeOcr(); // Process files...

    forum.aspose.com/t/issues-when-using-multilangu...
  8. 在PHP中向现有PDF文件添加文本|Aspose.PDF for Java

    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....PHP代码 # 实例化Document对象 $doc = new Document ( $dataDir . 'input1...); # 创建文本片段 $text_fragment = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/java/add-text-to-an-exis...
  9. 限制和 API 差异|Documentation

    Aspose.3D for Node.js via Java 限制和api差异...3D for Java Scene scene = new Scene (); Aspose.3D for Node...Node.js via Java var scene = new aspose . threed . Scene (); 初始化对象...

    docs.aspose.com/3d/zh/nodejs-java/limitations-a...
  10. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...