Home
last modified time | relevance | path

Searched refs:pdfPage (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/ipe/ipe-7.2.23/scripts/
H A Dpage-labels.lua39 local pdfPage = 1
45 io.stderr:write("Defining label '" .. label .. "' for page " .. i .. " (" .. pdfPage .. ")\n")
46 f:write("\\newcommand{\\ipeFig" .. label .. "}{" .. pdfPage .. "}\n")
52 " on page " .. i .. " (" .. pdfPage + v - 1 .. ")\n")
53 f:write("\\newcommand{\\ipeFig" .. label .. vlabel .. "}{" .. pdfPage + v - 1 .. "}\n")
57 pdfPage = pdfPage + p:countViews()
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dpdflib.php361 foreach ($pdfPages as $pdfPage) {
400 $pdfPage['header'] == '' ? $header = $pdfSettings['header'] : $header = $pdfPage['header'];
404 } elseif ($pdfPage['footer']) {
405 $footer = $pdfPage['footer'];
408pdfPage['orientation'], '', $resetPage, '', '', $pdfPage['margin_left'], $pdfPage['margin_right'],…
414 if ($pdfPage['background_image']) {
420 if ($pdfPage['hyperlinks'] != "") {
421 …$pdfPage['pageContent'] = $this->processHyperlinks($pdfPage['pageContent'], $pdfPage['hyperlinks']…
423 if ($pdfPage['columns'] > 1) {
433 if ($pdfPage['background'] != '') {
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/sidebar/indextree/
H A DSidebarIndexPage.cpp75 void SidebarIndexPage::askInsertPdfPage(size_t pdfPage) { in askInsertPdfPage() argument
106 XojPdfPageSPtr pdf = doc->getPdfPage(pdfPage); in askInsertPdfPage()
111 page->setBackgroundPdfPageNr(pdfPage); in askInsertPdfPage()
136 size_t pdfPage = dest->getPdfPage(); in treeBookmarkSelected() local
138 if (pdfPage != npos) { in treeBookmarkSelected()
141 size_t page = doc->findPdfPage(pdfPage); in treeBookmarkSelected()
145 sidebar->askInsertPdfPage(pdfPage); in treeBookmarkSelected()
265 void SidebarIndexPage::selectPageNr(size_t page, size_t pdfPage) { selectPageNr(page, pdfPage, null… in selectPageNr() argument
294 if (dest->getPdfPage() == pdfPage) { in selectPageNr()
315 if (link->dest->getPdfPage() == pdfPage) { in selectPageNr()
[all …]
H A DSidebarIndexPage.h58 virtual void selectPageNr(size_t page, size_t pdfPage);
63 bool selectPageNr(size_t page, size_t pdfPage, GtkTreeIter* parent);
85 void askInsertPdfPage(size_t pdfPage);
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/toolbarMenubar/
H A DToolPageSpinner.cpp27 void ToolPageSpinner::setPageInfo(const size_t pageCount, const size_t pdfPage) { in setPageInfo() argument
29 this->pdfPage = pdfPage; in setPageInfo()
39 if (this->pdfPage > 0) { // zero means that theres no pdf currently in updateLabels()
40 pdfString = string(", ") + FS(_F("PDF Page {1}") % this->pdfPage); in updateLabels()
45 if (this->pdfPage > 0) { // zero means that theres no pdf currently in updateLabels()
46 … gtk_label_set_text(GTK_LABEL(lbVerticalPdfPage), FS(_F("PDF {1}") % this->pdfPage).c_str()); in updateLabels()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-annotation-private.h44 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
92 ::Page *pdfPage;
103 …static QList<Annotation *> findAnnotations(::Page *pdfPage, DocumentData *doc, const QSet<Annotati…
106 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
109 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-annotation-private.h44 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
92 ::Page *pdfPage;
103 …static QList<Annotation *> findAnnotations(::Page *pdfPage, DocumentData *doc, const QSet<Annotati…
106 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
109 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/src/
H A Dpoppler-annotation-private.h44 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
92 ::Page *pdfPage;
103 …static QList<Annotation *> findAnnotations(::Page *pdfPage, DocumentData *doc, const QSet<Annotati…
106 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
109 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
H A DMainpage.dox60 Poppler::Page* pdfPage = document->page(pageNumber); // Document starts at page 0
61 if (pdfPage == 0) {
67 QImage image = pdfPage->renderToImage(xres, yres, x, y, width, height);
76 delete pdfPage;
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/src/
H A Dpoppler-annotation-private.h44 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
92 ::Page *pdfPage;
103 …static QList<Annotation *> findAnnotations(::Page *pdfPage, DocumentData *doc, const QSet<Annotati…
106 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
109 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dpdf.cpp139 Poppler::Page* pdfPage = _document->page(i); // Document starts at page 0 in page() local
140 if (pdfPage == 0) { in page()
144 QSize size = pdfPage->pageSize(); in page()
147 …image = pdfPage->renderToImage(scale*72.0, scale*72.0, 0, 0, scale*size.width(), scale*size.height… in page()
148 delete pdfPage; in page()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/src/
H A Dpoppler-annotation-private.h46 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
94 ::Page *pdfPage;
105 …static std::vector<std::unique_ptr<Annotation>> findAnnotations(::Page *pdfPage, DocumentData *doc…
108 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
111 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/src/
H A Dpoppler-annotation-private.h46 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
94 ::Page *pdfPage;
105 …static std::vector<std::unique_ptr<Annotation>> findAnnotations(::Page *pdfPage, DocumentData *doc…
108 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
111 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/graphics/poppler/poppler-21.12.0/qt6/src/
H A Dpoppler-annotation-private.h46 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
94 ::Page *pdfPage;
105 …static std::vector<std::unique_ptr<Annotation>> findAnnotations(::Page *pdfPage, DocumentData *doc…
108 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
111 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
H A DMainpage.dox60 Poppler::Page* pdfPage = document->page(pageNumber); // Document starts at page 0
61 if (pdfPage == 0) {
67 QImage image = pdfPage->renderToImage(xres, yres, x, y, width, height);
76 delete pdfPage;
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/src/
H A Dpoppler-annotation-private.h46 PDFRectangle boundaryToPdfRectangle(::Page *pdfPage, const QRectF &r, int flags);
94 ::Page *pdfPage;
105 …static std::vector<std::unique_ptr<Annotation>> findAnnotations(::Page *pdfPage, DocumentData *doc…
108 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation *ann);
111 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation *ann);
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-annotation-private.h85 ::Page *pdfPage;
97 …static QList<Annotation*> findAnnotations(::Page *pdfPage, DocumentData *doc, const QSet<Annotatio…
100 static void addAnnotationToPage(::Page *pdfPage, DocumentData *doc, const Annotation * ann);
103 static void removeAnnotationFromPage(::Page *pdfPage, const Annotation * ann);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A DWINPrint.cpp56 Poppler::Page* pdfPage = document->page (pg); in ~WINPrint() local
57 if (pdfPage) { in ~WINPrint()
58 image= pdfPage->renderToImage (rres, rres); in ~WINPrint()
59 delete pdfPage; in ~WINPrint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/
H A Dqpdfdocument.cpp427 FPDF_PAGE pdfPage = FPDF_LoadPage(doc, page); in hitTest() local
428 double pageHeight = FPDF_GetPageHeight(pdfPage); in hitTest()
699 FPDF_PAGE pdfPage = FPDF_LoadPage(d->doc, page); in render() local
700 if (!pdfPage) in render()
774 FPDF_ClosePage(pdfPage); in render()
785 FPDF_PAGE pdfPage = FPDF_LoadPage(d->doc, page); in getSelection() local
786 double pageHeight = FPDF_GetPageHeight(pdfPage); in getSelection()
835 FPDF_PAGE pdfPage = FPDF_LoadPage(d->doc, page); in getSelectionAtIndex() local
836 double pageHeight = FPDF_GetPageHeight(pdfPage); in getSelectionAtIndex()
872 FPDF_PAGE pdfPage = FPDF_LoadPage(d->doc, page); in getAllText() local
[all …]
H A Dqpdflinkmodel.cpp146 FPDF_PAGE pdfPage = FPDF_LoadPage(doc, page); in update() local
147 if (!pdfPage) { in update()
151 double pageHeight = FPDF_GetPageHeight(pdfPage); in update()
160 hasNext = FPDFLink_Enumerate(pdfPage, &linkStart, &linkAnnot); in update()
231 FPDF_TEXTPAGE textPage = FPDFText_LoadPage(pdfPage); in update()
264 FPDF_ClosePage(pdfPage); in update()
H A Dqpdfsearchmodel.cpp220 FPDF_PAGE pdfPage = FPDF_LoadPage(document->d->doc, page); in doSearch() local
221 if (!pdfPage) { in doSearch()
225 double pageHeight = FPDF_GetPageHeight(pdfPage); in doSearch()
226 FPDF_TEXTPAGE textPage = FPDFText_LoadPage(pdfPage); in doSearch()
229 FPDF_ClosePage(pdfPage); in doSearch()
282 FPDF_ClosePage(pdfPage); in doSearch()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopSynctex.hpp72 virtual void syncView(const QString& pdfFile, int pdfPage) in syncView() argument
79 virtual void view(const QString& pdfFile, int pdfPage) in view() argument
81 syncView(pdfFile, pdfPage); in view()
/dports/math/cantor/cantor-21.12.3/src/lib/
H A Drenderer.cpp172 Poppler::Page* pdfPage = document->page(0); in pdfRenderToImage() local
173 if (pdfPage == nullptr) { in pdfRenderToImage()
181 QSize pageSize = pdfPage->pageSize(); in pdfRenderToImage()
192 QImage image = pdfPage->renderToImage(72.0*realScale, 72.0*realScale); in pdfRenderToImage()
194 delete pdfPage; in pdfRenderToImage()
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DTWSynchronizer.cpp155 QSharedPointer<QtPDF::Backend::Page> pdfPage = pdfDoc->page(dest.page - 1).toStrongRef(); in _syncFromTeXFine() local
156 if (!pdfPage) in _syncFromTeXFine()
169 QString destContext = pdfPage->selectedText(selection, &boxes); in _syncFromTeXFine()
208 QSharedPointer<QtPDF::Backend::Page> pdfPage = pdfDoc->page(src.page - 1).toStrongRef(); in _syncFromPDFFine() local
209 if (!pdfPage) in _syncFromPDFFine()
232 QString srcContext = pdfPage->selectedText(selection, NULL, &boxes); in _syncFromPDFFine()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DPDFViaEMFPrintHelper.cpp96 FPDF_PAGE pdfPage = mPDFiumEngine->LoadPage(mPDFDoc, aPageIndex); in RenderPageToDC() local
97 NS_ENSURE_TRUE(pdfPage, false); in RenderPageToDC()
113 mPDFiumEngine->RenderPage(aDC, pdfPage, 0, 0, aPageWidth, aPageHeight, 0, in RenderPageToDC()
115 mPDFiumEngine->ClosePage(pdfPage); in RenderPageToDC()

123