Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 28,979 for

x

(0.24 sec)
  1. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...27 x 11.69 inch => 595 x 842 pt paper.setSize(595...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  2. Reading Metadata|Documentation

    Learn how to access and use barcode metadata returned by BarCodeReader in Aspose.BarCode for Java.... println ( "Point " + i + ": x=" + point . getX () + " y=" +...rectangle is always aligned to the X/Y axes and simply encloses the...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. ChartAxis class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAXis class. Represents the aXis options of the chart...series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用运算符与C++协作|Aspose.PDF for C++

    本主题解释如何在C++中使用Aspose.PDF的运算符。运算符类为PDF操作提供了强大的功能。...Operators :: GSave > ()); // 将表单放置在x=100 y=500坐标 pageContents -> Add...Operators :: GSave > ()); // 将表单放置在x=100 y=300坐标 pageContents -> Add...

    docs.aspose.com/pdf/zh/cpp/operators/
  5. 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...
  6. | Aspose

    Sample code for GIF to XML Java conversion. Use API eXample code for batch GIF files to XML conversion within any Web or Desktop Java based application.... The “X” in XML is for extensible which...

    products.aspose.com/ocr/java/conversion/gif-to-...
  7. Working Solution for Chart Resizing in PPTX|Asp...

    FiX uneXpected chart resizing in PPTX when using embedded EXcel OLE objects with Aspose.Slides for C++. Learn two methods with code to keep sizes consistent....AddOleObjectFrame ( shape -> get_X (), shape -> get_Y (), shape ->...inches high and 9.5 inches wide at x = 0.5 inches and y = 1 inch on...

    docs.aspose.com/slides/cpp/working-solution-for...
  8. Product Features|Documentation

    Product Features of Aspose.BarCode for .NET: Barcode Generation, Recognition, Customization of Barcode Appearance-Related Parameters...barcode size and layout, including X-dimension (module width), bar...

    docs.aspose.com/barcode/net/product-features/
  9. TextPath.underline property | Aspose.Words for ...

    TeXtPath.underline property. True if the font is underlined.... 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...
  10. Aspose.pdf 如何裁剪PDF的多个区域为一个个图片? - Free Support F...

    我想要指定一些坐标区域,然后将这些区域裁剪为BufferedImage,然后在另一个PDF文件中的指定位置进行替换,我要怎么实现这个功能? 将PDF中的多个指定区域裁剪为BufferedImage; 使用BufferedImage替换PDF中的图片;...addImage(imageStream, pageNumber, x, y, width, height); mender.save("updated_target...

    forum.aspose.com/t/aspose-pdf-pdf/315861