Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 223,147 for

new

(1.42 sec)
  1. Optical mark recognition|Documentation

    How to recognize the completed form and get results with Aspose.OMR for Java....OmrEngine class: OmrEngine engine = new OmrEngine (); TemplateProcessor...recognition engine: OmrEngine engine = new OmrEngine (); TemplateProcessor...

    docs.aspose.com/omr/java/recognition/
  2. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。...cs 中添加许可证初始化代码: var license = new Aspose . Pdf . License (); license...containerName ) { _containerClient = new BlobContainerClient ( connectionString...

    docs.aspose.com/pdf/zh/net/converting-documents...
  3. 服务器字体匹配问题 - Free Support Forum - aspose.com

    222222222222222.png (9.6 KB) 我现在linux服务器上配置了字体替换规则,然后java代码里没有任何设置,我的运行条件是:服务器上只有IPAexMincho和IPAexGothic这2中字体,我现在客户端用MS ゴシック做了一个excel模板,当我用SvgSaveOptions svgSaveOptions = New SvgSaveOptions(); svgSaveOptions.setSheetIn…...aveOptions svgSaveOptions = new SvgSaveOptions(); svgSaveOptions...ByteArrayOutputStrea byteArrayOutputStrea = new ByteArrayOutputStrea(); excel...

    forum.aspose.com/t/topic/311950
  4. Licensing | Aspose.Page for Java

    Java Library for the developers to process PS, EPS, and XPS files. Learn how to evaluate Aspose.Page API solution for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/licensing/
  5. FixedPageSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc)...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...into an image. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++....Workbook object const workbook = new AsposeCells . Workbook (); const...template file const sourceWb = new AsposeCells . Workbook ( sourceFilePath...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...
  7. Change the Font on Specific Unicode Characters ...

    Learn how to modify fonts for specific Unicode characters during PDF conversion using Aspose.Cells for Python via .NET. Ensure precise text rendering with character‑level font substitution....cannot be displayed with Times New Roman but can be shown with fonts...a specific font (e.g., Times New Roman), Aspose.Cells changes...

    docs.aspose.com/cells/python-net/change-the-fon...
  8. VisitorAction | Aspose.Words for Java

    Allows the visitor to control the enumeration of nodes in Java....throws Exception { Document doc = new Document(getMyDir() + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor(); Section fisrtSection...

    reference.aspose.com/words/java/com.aspose.word...
  9. FontSavingArgs.FontFileName | Aspose.Words for ...

    Discover the FontSavingArgs FontFileName property, easily manage font file names and enhance your design workflow with seamless saving capabilities....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert pdf to image results in notdef glyphs -...

    When converting pdf file to image the result file contains notdef glyphs instead of letters. The problem persists version 24.4.0 and higher of Aspose.Pdf.Drawing I’m using: Aspose.Pdf.Drawing 26.1 SkiaSharp 3.119 Sk…...stream = new(content); using Aspose.Pdf.Document pdf = new Aspose...List<SKBitmap> imagePages = new List<SKBitmap>(); int documentPageCount...

    forum.aspose.com/t/convert-pdf-to-image-results...