summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-18 09:27:52 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-18 09:29:36 +0100
commit673728c9caf7b3199dd684f48a32a0f5cafd6285 (patch)
tree5a59bb66af49df157582e1680f3e888cb011bb53 /offapi
parentf25985c55541cbbc9a4fc79e660592d3d0485196 (diff)
offapi: improve description of XPDFDecomposer and PDFTools
Change-Id: I065d7c742b82f9ad19604c689a11f2e74f1ca9e0
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/graphic/PdfTools.idl4
-rw-r--r--offapi/com/sun/star/graphic/XPdfDecomposer.idl4
2 files changed, 5 insertions, 3 deletions
diff --git a/offapi/com/sun/star/graphic/PdfTools.idl b/offapi/com/sun/star/graphic/PdfTools.idl
index b9f2e562dbf2..b2bd2c5cb22d 100644
--- a/offapi/com/sun/star/graphic/PdfTools.idl
+++ b/offapi/com/sun/star/graphic/PdfTools.idl
@@ -15,7 +15,9 @@
module com { module sun { module star { module graphic
{
-/** Service to convert a PDF stream into a bitmap primitive.
+/** Service to convert a PDF stream into a 2D primitive.
+
+ @since LibreOffice 7.0
*/
service PdfTools : XPdfDecomposer;
diff --git a/offapi/com/sun/star/graphic/XPdfDecomposer.idl b/offapi/com/sun/star/graphic/XPdfDecomposer.idl
index aae6eda55347..e0f9c8d96872 100644
--- a/offapi/com/sun/star/graphic/XPdfDecomposer.idl
+++ b/offapi/com/sun/star/graphic/XPdfDecomposer.idl
@@ -19,6 +19,8 @@ interface XPrimitive2D;
/** XPdfDecomposer interface
This renders a PDF data into a bitmap and returns it as a primitive.
+
+ @since LibreOffice 7.0
*/
interface XPdfDecomposer : ::com::sun::star::uno::XInterface
{
@@ -31,8 +33,6 @@ interface XPdfDecomposer : ::com::sun::star::uno::XInterface
Parameters for decomposition. Parameters include:
sal_Int32 Page - which page to use
-
- @since LibreOffice 7.0
*/
sequence<XPrimitive2D> getDecomposition([in] sequence<byte> xPdfData,
[in] sequence<com::sun::star::beans::PropertyValue> xDecompositionParameters);