MSAccess的自动PDF签名

时间:2018-07-13 15:59:47

标签: vba ms-access access-vba

我正在尝试自动签署由Access VBA生成的<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/framelayout_container" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="false"> <android.support.design.widget.AppBarLayout android:id="@+id/app_bar" android:layout_width="match_parent" android:layout_height="wrap_content" android:fitsSystemWindows="false"> <android.support.design.widget.CollapsingToolbarLayout android:id="@+id/toolbar_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="false" android:minHeight="260dp" app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" app:titleEnabled="false" app:toolbarId="@+id/toolbar"> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:fitsSystemWindows="true" app:layout_behavior="@string/appbar_scrolling_view_behavior" app:layout_collapseMode="none"> <!--All the content inside the CollapsingToolbarLayout--> </FrameLayout> <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="104dp" android:layout_marginBottom="48dp" android:contentInsetEnd="0dp" android:contentInsetLeft="0dp" android:contentInsetRight="0dp" android:contentInsetStart="0dp" android:gravity="top" android:minHeight="104dp" app:contentInsetEnd="0dp" app:contentInsetLeft="0dp" app:contentInsetRight="0dp" app:contentInsetStart="0dp" app:layout_collapseMode="pin" app:popupTheme="@style/Theme.CustomTheme.PopupOverlay"> <FrameLayout android:id="@+id/headerFragmentContainer" android:layout_width="match_parent" android:layout_height="104dp" /> </android.support.v7.widget.Toolbar> <android.support.design.widget.TabLayout android:id="@+id/tabLayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" app:tabGravity="fill" app:tabMaxWidth="0dp" app:tabMode="fixed" /> </android.support.design.widget.CollapsingToolbarLayout> </android.support.design.widget.AppBarLayout> <android.support.v4.widget.NestedScrollView android:id="@+id/feedsContainer" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:orientation="vertical" android:fillViewport="true"> <android.support.v4.view.ViewPager android:id="@+id/postViewPager" android:layout_width="match_parent" android:layout_height="wrap_content"/> </android.support.v4.widget.NestedScrollView> 文件:

.pdf

Acrobat产生的免费证书就足够了。

谢谢。

0 个答案:

没有答案