Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 29,907 for

x

(0.15 sec)
  1. Question about Digital Signature Preservation w...

    I am currently working with Aspose.PDF for .NET version 22.2.0 in a .NET 9 project, and I have an important question regarding digital signature preservation when filling PDF form fields. Current Situation: I need to fi…...FirstOrDefault(x => x.FullName == "field1"); if (field...

    forum.aspose.com/t/question-about-digital-signa...
  2. 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…...FirstOrDefault(x => x.FullFontName.Contains("SUNSET"...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  3. Converting a JPEG file to DOCX using Python | A...

    Sample code on Python for JPEG to DOCX conversion. Use eXample code for batch JPEG to DOCX conversion with Python and .NET...instance of Rectangle class with x-coordinate 0, y-coordinate 0,...case is set to DOCFormat.DOC_X. Use the save method of the Document...

    products.aspose.com/pdf/python-net/conversion/j...
  4. ChartDataLabelLocationMode | Aspose.Words for Java

    Specifies how the values u200bu200bthat specify the location of a data label - the ChartDataLabel.getLeft / ChartDataLabel.setLeftdouble and ChartDataLabel.getTop / ChartDataLabel.setTopdouble properties - are interpreted in Java....final double DOUGHNUT_CENTER_X = CHART_WIDTH / 2d; final double...points start at the top, the X coordinates used in the Left and...

    reference.aspose.com/words/java/com.aspose.word...
  5. Shape.text_path property | Aspose.Words for Python

    Shape.teXt_path property. Defines the teXt of the teXt path (of a WordArt object).... x_scale ) self . assertFalse ( shape...property to "True" to get the x-height of each character to equal...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert PDF to XML via C# | Aspose

    Sample code for PDF to XML C# conversion. Use API eXample code for batch PDF files to XML conversion within VB.NET, Asp.NET or any .NET based application.... The “X” in XML is for extensible which...

    products.aspose.com/ocr/net/conversion/pdf-to-xml/
  7. Convert TIF to XML via C# | Aspose

    Sample code for TIF to XML C# conversion. Use API eXample code for batch TIF files to XML conversion within VB.NET, Asp.NET or any .NET based application.... The “X” in XML is for extensible which...

    products.aspose.com/ocr/net/conversion/tif-to-xml/
  8. Converting a PDF file to BMP using PHP | Aspose...

    Sample code on PHP for PDF to BMP conversion. Use eXample code for batch PDF to BMP conversion with Aspose.PDF for PHP via Java...x or another server for hosting...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. Creating Lollipop Font drawing|Documentation

    Creating Lollipop Font drawing with Aspose.Drawing .NET (C#) 2d graphic library...graphic with dimensions of `w x h`, where `w` corresponds to the...

    docs.aspose.com/drawing/net/showcases/lollipop-...
  10. SVG 渐变 – SVG Gradients – SVG 代码和 C# 示例

    了解如何在 XML 代码中创建 SVG 渐变,并演练使用 Aspose.SVG for .NET API 实现 SVG 渐变的 C# 示例。...linearGradient > 8 </ defs > 9 < rect x = "30" y = "30" height = "150"...(SvgNamespace, "rect" ); 42 rectElement. X . BaseVal . Value = 30; 43 rectElement...

    docs.aspose.com/svg/zh/net/svg-gradients/