[Libreoffice-commits] core.git: offapi/com
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 18 08:30:03 UTC 2020
offapi/com/sun/star/graphic/PdfTools.idl | 4 +++-
offapi/com/sun/star/graphic/XPdfDecomposer.idl | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 673728c9caf7b3199dd684f48a32a0f5cafd6285
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Mar 18 09:27:52 2020 +0100
Commit: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Wed Mar 18 09:29:36 2020 +0100
offapi: improve description of XPDFDecomposer and PDFTools
Change-Id: I065d7c742b82f9ad19604c689a11f2e74f1ca9e0
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);
More information about the Libreoffice-commits
mailing list