Skip to content

Commit

Permalink
PDFium version chromium/4566.
Browse files Browse the repository at this point in the history
+public unsafe partial class FpdfXobjectT.
+public static int FPDFPageObjGetMatrix(global::PDFiumCore.FpdfPageobjectT page_object, global::PDFiumCore.FS_MATRIX_ matrix);
+public static int FPDFPageObjSetMatrix(global::PDFiumCore.FpdfPageobjectT path, global::PDFiumCore.FS_MATRIX_ matrix);
-public static int FPDFImageObjGetMatrix(global::PDFiumCore.FpdfPageobjectT image_object, ref double a, ref double b, ref double c, ref double d, ref double e, ref double f)
+public static int FPDFPageObjGetDashPhase(global::PDFiumCore.FpdfPageobjectT page_object, ref float phase)
+public static int FPDFPageObjSetDashPhase(global::PDFiumCore.FpdfPageobjectT page_object, float phase)
+public static int FPDFPageObjGetDashCount(global::PDFiumCore.FpdfPageobjectT page_object)
+public static int FPDFPageObjGetDashArray(global::PDFiumCore.FpdfPageobjectT page_object, ref float dash_array, ulong dash_count)
+public static int FPDFPageObjSetDashArray(global::PDFiumCore.FpdfPageobjectT page_object, ref float dash_array, ulong dash_count, float phase)
-public static int FPDFPathGetMatrix(global::PDFiumCore.FpdfPageobjectT path, global::PDFiumCore.FS_MATRIX_ matrix)
-public static int FPDFPathSetMatrix(global::PDFiumCore.FpdfPageobjectT path, global::PDFiumCore.FS_MATRIX_ matrix)
-public static int FPDFTextObjGetMatrix(global::PDFiumCore.FpdfPageobjectT text, global::PDFiumCore.FS_MATRIX_ matrix)
-public static int FPDFFormObjGetMatrix(global::PDFiumCore.FpdfPageobjectT form_object, global::PDFiumCore.FS_MATRIX_ matrix)
+public static int FPDF_ImportPagesByIndex(global::PDFiumCore.FpdfDocumentT dest_doc, global::PDFiumCore.FpdfDocumentT src_doc, ref int page_indices, uint length, int index)
+public static global::PDFiumCore.FpdfXobjectT FPDF_NewXObjectFromPage(global::PDFiumCore.FpdfDocumentT dest_doc, global::PDFiumCore.FpdfDocumentT src_doc, int src_page_index)
+public static void FPDF_CloseXObject(global::PDFiumCore.FpdfXobjectT xobject)
+public static global::PDFiumCore.FpdfPageobjectT FPDF_NewFormObjectFromXObject(global::PDFiumCore.FpdfXobjectT xobject)
Signature Changes:
public static float FPDFTextObjGetFontSize(global::PDFiumCore.FpdfPageobjectT text)
public static uint FPDFTextObjGetFontName(global::PDFiumCore.FpdfPageobjectT text, sbyte* buffer, uint length)
  • Loading branch information
DJGosnell committed Jul 6, 2021
1 parent 350e770 commit 08cbe48
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 153 deletions.
454 changes: 301 additions & 153 deletions src/PDFiumCore/PDFiumCore.cs

Large diffs are not rendered by default.

Binary file modified src/PDFiumCore/runtimes/linux/native/pdfium.so
Binary file not shown.
Binary file modified src/PDFiumCore/runtimes/osx-arm64/native/pdfium.dylib
Binary file not shown.
Binary file modified src/PDFiumCore/runtimes/osx-x64/native/pdfium.dylib
Binary file not shown.
Binary file modified src/PDFiumCore/runtimes/win-x64/native/pdfium.dll
Binary file not shown.
Binary file modified src/PDFiumCore/runtimes/win-x86/native/pdfium.dll
Binary file not shown.

0 comments on commit 08cbe48

Please sign in to comment.