Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 28,976 for

x

(0.06 sec)
  1. PPT的圆角矩形在导出PDF时左边框会消失 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 问题描述:在ppt中绘制圆角矩形,导出的jpg图片中圆角矩形左边框消失 导出JPG图片样式: image.png (3.4 KB)...dpi_x / dpi_y 升级库(可选) 该问题在 25.9.x 及以后版本的渲染引擎中已得到修复,若仍有异常请尝试升级到最新的...jpeg_opts.image_save_options.dpi_x = 144 jpeg_opts.image_save_options...

    forum.aspose.com/t/ppt-pdf/322438
  2. Crop EPS using Java API Solution

    Crop EPS functionality offered by Aspose.Page API solution for Java is eXplained and illustrated with the code snippets here....x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/java/crop-eps/
  3. Crop EPS | C# .NET API Solution

    Crop EPS functionality offered by Aspose.Page API solution for .NET is eXplained and illustrated with the code snippets here....x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/net/crop-eps/
  4. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath....id = first - rect 3 Attribute: x = 50 4 Attribute: y = 90 5 Attribute:...= second - rect 10 Attribute: x = 120 11 Attribute: y = 150 12...

    docs.aspose.com/svg/python-net/navigate-svg/
  5. External LaTeX packages | Aspose.TeX for .NET

    Aspose.TeX API for .NET allows using eXternal packages, i.e. the ones not included in the library itself like fancyboX and pgfplots packages....begin{Beqnarray} [ t ] 15 y & = & x ^ 2 \\ 16 a ^ 2 + 2ab + b ^ 2...addplot [ color = red ] {exp(x)}; 13 \ end{axis} 14 \ end{tikzpicture}...

    docs.aspose.com/tex/net/external-latex-packages/
  6. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the datapoints seems to be empty… I have a ch…...not expected… I need to get the X and Y pixels position… var pathWorkbook...point for {series.DisplayName}: X={point.ShapeXPx}, Y={point.ShapeYPx}");...

    forum.aspose.com/t/isfiltered-series-and-chartc...
  7. 使用Aspose-cad.jar,转PDF速度问题 - Free Support Forum ...

    您好,我试用了Aspose-cad.jar,实现将DWG模型空间的图纸转成独立的PDF页面,思路是先在DWG中定位需要转换的图框/图块的坐标和长宽,然后循环调用CadImage的save方法,将指定区域转成pdf格式,目前发现两种可用的方法: 1)在cadImage中设置minPoint和maXPoint; 2)按照官网示例实现指定坐标导出。然后外部采用循环实现逐页导出然后合并。 在试用时发现每次调用save方法,处理一个A3纸大…...fileNamePre + “第”+(++x)+“张图纸.pdf”; tempPDFFileNames[x-1] = fileName;...

    forum.aspose.com/t/aspose-cad-jar-pdf/313933
  8. AxisCrosses enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AXisCrosses enumeration. Specifies the possible crossing points for an aXis....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...
  9. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptX file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...increase this to move further left ) x = ( float(presentation.slide_size...add_picture_frame( slides.ShapeType.RECTANGLE, x, y, LOGO_W, LOGO_H, ppt_image...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  10. Create Excel Charts and Embed Them in Presentat...

    Create EXcel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples.... get_Height (); int32_t x = 0 ; System :: ArrayPtr < uint8_t...AddOleObjectFrame ( static_cast < float > ( x ), 0.0f , oleWidth , oleHeight...

    docs.aspose.com/slides/cpp/creating-excel-chart...